CommentAuthorCollection Methods |
The CommentAuthorCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddAuthor |
Add new author at the end of a collection.
|
![]() | Clear |
Removes all authors from a collection.
|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
|
![]() | Equals | (Inherited from Object.) |
![]() | FindByName |
Find author in a collection by name.
|
![]() | FindByNameAndInitials |
Find author in a collection by name and initials.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of the specified author in a collection.
|
![]() | RemoveAt |
Removes the author at the specified index of the collection.
|
![]() | ToArray |
Creates and returns an array with all authors.
|
![]() | ToString | (Inherited from Object.) |