ReviewerCollection

ReviewerCollection class

Reviewer collection.

Properties

NameTypeDescription
Countint
Item (int)Reviewer

Methods

NameDescription
addAdd the Reviewer object in the collection.
removeRemove the Reviewer object from the collection.
getReviewerGets the element at the specified ID.
clear
removeAt
iteratorReserved for internal use.

ReviewerCollection.Count property

Type: int

ReviewerCollection.Item (int) property

Type: Reviewer

add(item)

Add the Reviewer object in the collection.

remove(item)

Remove the Reviewer object from the collection.

getReviewer(ID) (1 of 2)

Gets the element at the specified ID.

ParameterTypeDescription
IDint

getReviewer(name) (2 of 2)

Gets the element at the specified name.

ParameterTypeDescription
nameString

clear()

removeAt(index)

iterator()

Reserved for internal use.