CommentCollection Methods

The CommentCollection type exposes the following members.

Methods
  NameDescription
Public methodAddComment
Add new comment at the end of a collection.
Public methodClear
Removes all comments from a collection.
Public methodCopyTo
Copies all elements from the collection to the specified array.
Public methodEquals (Inherited from Object.)
Public methodFindCommentByIdx
Finds a comment in the collection by index.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsertComment
Insert new comment to a collection at the specified index.
Public methodRemove
Removes the first occurrence of the specified comment in a collection.
Public methodRemoveAt
Removes the element at the specified index in a collection.
Public methodToArray
Creates and returns an array with all comments.
Public methodToArray(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.
Public methodToString (Inherited from Object.)
See Also