Get Method

Glimpse API

DataStoreExtensions Get Method Glimpse API Documentation
Overload List

  Name Description
Public method Static member Get T (IDataStore)
Gets an item from store using <T> as a key. This method should be used in combination with Set<T>.
Public method Static member Get T (IDataStore, String)
Gets an item from store using the key and casts to <T>.
Back to Top
See Also