UserCollection
Contents
[
Hide
]UserCollection class
User collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | User |
Methods
| Name | Description |
|---|---|
| add | Add the User object in the collection. |
| remove | Remove the User object from the collection. |
| getUser | Gets the element at the specified ID. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
UserCollection.Count property
Type: int
UserCollection.Item (int) property
Type: User
add(item)
Add the User object in the collection.
remove(item)
Remove the User object from the collection.
getUser(name) (1 of 2)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| name | String |
getUser(ID) (2 of 2)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| ID | int |
clear()
removeAt(index)
iterator()
Reserved for internal use.