In This Topic
The following tables list the members exposed by Manager<T>.
Public Constructors
Public Properties
| Name | Description |
 | Items | Gets the map of the items which are maintained. |
Top
Public Methods
| Name | Description |
 | Add | Add item with the key to the manager. |
 | Contains | Gets a boolean value which indicates whether the key exists in the manager. |
 | Get | Gets the instance which is mapped to the specified key. |
 | Remove | Remove the item with the specified key. |
 | TryGet | Try to get the instance which is mapped to the specified key. |
Top
See Also