ToArray

ToArray()

Creates and returns an array with all comments.

public IComment[] ToArray()

Return Value

Array of Comment.

See Also


ToArray(int, int)

Creates and returns an array with all comments from the specified range.

public IComment[] ToArray(int startIndex, int count)
ParameterTypeDescription
startIndexInt32An index of a first comment to return.
countInt32A number of comments to return.

Return Value

Array of Comment.

See Also