Name | Description | |
---|---|---|
![]() | ApplicationUserCollection Constructor | Create a new empty ApplicationUserCollection. |
The following tables list the members exposed by ApplicationUserCollection.
Name | Description | |
---|---|---|
![]() | ApplicationUserCollection Constructor | Create a new empty ApplicationUserCollection. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of ApplicationUser items in the ApplicationUserCollection. |
![]() | IsReadOnly | Gets a value indicating whether the ApplicationUserCollection is read-only. |
![]() | Item | Overloaded. Gets a ApplicationUser item at a specified index (in the sorted order). (NOT BY ThreadId or ThreadIndex! Use TryGetValue to lookup by ThreadIndex or TryFindThreadId to lookup by ThreadId.) |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the ApplicationUserCollection. |
![]() | Clear | Clear the ApplicationUserCollection. |
![]() | Contains | Determines whether a given ApplicationUser item is already present in the ApplicationUserCollection. |
![]() | ContainsKey | Overloaded. Determines whether the ApplicationUserCollection contains a ApplicationUser with a specified Guid ID. |
![]() | ContainsUserName | Determines whether the ApplicationUserCollection contains a ApplicationUser with a specified user name. |
![]() | CopyTo | Copy the collected ApplicationUser objects to a target array, in sorted order. |
![]() | GetEnumerator | Returns an enumerator that iterates through the ApplicationUserCollection (in sorted order). |
![]() | IndexOf | Determines the index of a specific ApplicationUser in the ApplicationUserCollection (in sorted order). |
![]() | Insert | ApplicationUserCollection is sorted and does not support direct modification. |
![]() | Remove | Overloaded. Removes a specified ApplicationUser item from the ApplicationUserCollection. |
![]() | RemoveAt | Remove the ApplicationUser item found at a specified index in the ApplicationUserCollection (in sorted order). (Supported but not recommended.) |
![]() | TryFindUserName | Get the ApplicationUser with a specified fully qualified user name. |
![]() | TryGetValue | Overloaded. Get the ApplicationUser with a specified Guid ID. |