Add | Add a User to the dictionary. |
Clear | Removes all Users from the dictionary. |
ContainsKey | Returns true if the dictionary contains the specified key. |
Item | Return a User from the dictionary indexed by username. |
Remove | Remove a User from the dictionary. |
Count | Gets the number of User objects in the dictionary. |