toArray
toArray() method
Creates and returns an array with all comments.
Returns
toArray(int startIndex, int count) method
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. |