ReviewerCollection
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. |