CommentAuthorCollection Methods

The CommentAuthorCollection type exposes the following members.

Methods
  NameDescription
Public methodAddAuthor
Add new author at the end of a collection.
Public methodClear
Removes all authors from a collection.
Public methodCopyTo
Copies all elements from the collection to the specified array.
Public methodEquals (Inherited from Object.)
Public methodFindByName
Find author in a collection by name.
Public methodFindByNameAndInitials
Find author in a collection by name and initials.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemove
Removes the first occurrence of the specified author in a collection.
Public methodRemoveAt
Removes the author at the specified index of the collection.
Public methodToArray
Creates and returns an array with all authors.
Public methodToString (Inherited from Object.)
See Also