CommentCollection Class Members
In This Topic
The following tables list the members exposed by
CommentCollection.
Protected Constructors
| Name | Description |
 | CommentCollection | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | Count | Gets the number of elements in the collection. |
 | Parent | Gets the parent comment. |
 | Source | Gets the source object of the comment collection. |
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
Public Events
See Also