DataStoreExtensions Methods

Glimpse API

DataStoreExtensions Methods Glimpse API Documentation
The DataStoreExtensions type exposes the following members.
Methods

  NameDescription
Public methodStatic memberContains T 
Determines whether store contains and item with a key of T.
Public methodStatic memberGet T (IDataStore)
Gets an item from store using <T> as a key. This method should be used in combination with Set<T>.
Public methodStatic memberGet T (IDataStore, String)
Gets an item from store using the key and casts to <T>.
Public methodStatic memberSet T 
Sets an item in store using <T> as a key. This method should be used in combination with Get<T>.
Back to Top
See Also