ICommentAuthorCollection class

ICommentAuthorCollection class

Represents a collection of comment authors.

The ICommentAuthorCollection type exposes the following members:

Gets the element at the specified index. Read-only ICommentAuthor.

Indexer

NameDescription
[index]

Methods

MethodDescription
add_authorAdd new author at the end of a collection.
to_arrayCreates and returns an array with all authors.
find_by_nameFind author in a collection by name.
find_by_name_and_initialsFind author in a collection by name and initials.
remove_atRemoves the author at the specified index of the collection.
removeRemoves the first occurrence of the specified author in a collection.
clearRemoves all authors from a collection.

See Also