TheUserList |
Scroll |
As the name suggests, the TheUserList is a linked list of TheUser items.
Namespace: Therefore.API
Visual Basic Public Class TheUserList C# public class TheUserList |
Name |
Description |
Gets the number of TheUser items in the list. |
|
Gets or sets the TheUser with the specified index. |
Name |
Description |
Overloaded. Adds a user to the list. |
|
Copies all TheUser instances from the specified TheUserList to this one. |
|
Removes all items from the list. |
|
Creates and returns a copy of the list. |
|
Overloaded. Checks if the list contains a specified user. |
|
Overloaded. Looks for a user with the specified ID or user name and returns it. |
|
Returns an enumerator for this list. |
|
Removes the string with the specified index from the list. |
|
Returns a string representation of the object (for debugging). |