ReviewerCollection
Contents
[
Hide
]ReviewerCollection class
Reviewer collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Reviewer |
Methods
| Name | Description |
|---|---|
| add | Add the Reviewer object in the collection. |
| remove | Remove the Reviewer object from the collection. |
| getReviewer | Gets the element at the specified ID. |
| clear | |
| removeAt | |
| iterator | Reserved 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.
| Parameter | Type | Description |
|---|---|---|
| ID | int |
getReviewer(name) (2 of 2)
Gets the element at the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | String |
clear()
removeAt(index)
iterator()
Reserved for internal use.