Class ReviewerCollection

ReviewerCollection class

Reviewer collection.

public class ReviewerCollection : Collection

Properties

NameDescription
Count { get; }Gets the number of elements actually contained in the collection.
Item { get; }Gets the element at the specified index.

Methods

NameDescription
Add(Reviewer)Add the Reviewer object in the collection.
Clear()Removes all elements from collection.
GetEnumerator()Supports a simple iteration over a nongeneric collection.
GetReviewer(int)Gets the element at the specified ID.
GetReviewer(string)Gets the element at the specified name.
IsExist(int)Is exist item in the collection.
Remove(Reviewer)Remove the Reviewer object from the collection.

See Also