public class UserList : IEnumerable<User>Public Class UserList
Implements IEnumerable(Of User)| Count | Returns the number of accounts in the list. |
| Host | Reference to the api Host object. |
| Item | Returns the user specified if it exists. |
| Contains | Determines if the user specified is in the list. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetEnumerator | Returns an enumerator on the list for use with For...Each statements. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetUserByID | Look for and return the user for the specified user id |
| IEnumerable_GetEnumerator | Returns an enumerator on the list for use with For...Each statements. |
| LoginUser(String, String, OnLoginResponse) | Login an additional user |
| LoginUser(String, String, String, OnLoginResponse) | Login an additional user |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |