CommentCollection Methods |
The CommentCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| AddComment |
Add new comment at the end of a collection.
| |
| Clear |
Removes all comments from a collection.
| |
| CopyTo |
Copies all elements from the collection to the specified array.
| |
| Equals | (Inherited from Object.) | |
| FindCommentByIdx |
Finds a comment in the collection by index.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| InsertComment |
Insert new comment to a collection at the specified index.
| |
| Remove |
Removes the first occurrence of the specified comment in a collection.
| |
| RemoveAt |
Removes the element at the specified index in a collection.
| |
| ToArray |
Creates and returns an array with all comments.
| |
| ToArray(Int32, Int32) |
Creates and returns an array with all comments from the specified range.
An index of a first comment to return.A number of comments to return. | |
| ToString | (Inherited from Object.) |