UserCollection

UserCollection class

User collection.

Properties

NameTypeDescription
Countint
Item (int)User

Methods

NameDescription
addAdd the User object in the collection.
removeRemove the User object from the collection.
getUserGets the element at the specified ID.
clear
removeAt
iteratorReserved 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.

ParameterTypeDescription
nameString

getUser(ID) (2 of 2)

Gets the element at the specified ID.

ParameterTypeDescription
IDint

clear()

removeAt(index)

iterator()

Reserved for internal use.