IValues<TKey>
Provides an interface for storing and retrieving values.
Type Parameters
-
TKey
The type to use as the access key.
Methods
-
Gets a value from the data store.
-
Returns true if a value with the specified key exists.
-
Removes a value from the data store
-
Sets the value in the data store.
-
Gets an array of value keys.
Events
-
Event for notifying when a value has changed.