CommentCollection Class Methods
In This Topic
For a list of all methods of this type, see
CommentCollection.
Public Methods
| | Name | Description |
 | Add | Adds new comment to the collection. |
 | Clear | Clears the comment collection. |
 | Contains | Determines whether the collection contains a specific comment. |
 | Dispose | Releases all resources used by this object. |
 | FindBySource | Searches the comment by specified source in comments and all replies. |
 | GetBySource | Returns the comment by source. |
 | GetEnumerator | Returns an enumerator for the comment collection. |
 | Remove | Removes specific comment from the collection. |
 | ToArray | Copies the elements of CommentCollection to a new array. |
Protected Methods
See Also