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. |