UserCollection class

UserCollection class

User collection.

Inheritance: UserCollectionCollection

The UserCollection type exposes the following members:

Properties

PropertyDescription
countGets the number of elements actually contained in the collection.

Gets the element at the specified index.

Indexer

NameDescription
[index]

Methods

MethodDescription
get_user(name)Gets the element at the specified ID.
get_user(id)Gets the element at the specified ID.
is_exist(index)Is exist item in the collection.
clear()Removes all elements from collection.
add(item)Add the User object in the collection.
remove(item)Remove the User object from the collection.

See Also