DataStoreExtensions Methods | Glimpse API Documentation |
The DataStoreExtensions type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Contains T |
Determines whether store contains and item with a key of T.
| |
Get T (IDataStore) |
Gets an item from store using <T> as a key. This method should be used in combination with Set<T>.
| |
Get T (IDataStore, String) |
Gets an item from store using the key and casts to <T>.
| |
Set T |
Sets an item in store using <T> as a key. This method should be used in combination with Get<T>.
|
See Also