toArray
toArray() function
Creates and returns an array with all comments.
Result
toArray(int startIndex, int count) function
Creates and returns an array with all comments from the specified range.
Parameters
Name | Type | Description |
---|---|---|
startIndex | int | An index of a first comment to return. |
count | int | A number of comments to return. |