Shopify SDK for Unity
Public Member Functions | Properties | List of all members
Shopify.Unity.SDK.ObservableDictionary< TKey, TValue > Class Template Reference
Inheritance diagram for Shopify.Unity.SDK.ObservableDictionary< TKey, TValue >:

Public Member Functions

 ObservableDictionary (DictionaryChangeHandler onDictionaryChange)
 
 ObservableDictionary (IDictionary< TKey, TValue > data, DictionaryChangeHandler onDictionaryChange)
 
bool ContainsKey (TKey key)
 
bool Contains (KeyValuePair< TKey, TValue > entry)
 
bool TryGetValue (TKey key, out TValue value)
 
void Add (TKey key, TValue value)
 
void Add (KeyValuePair< TKey, TValue > entry)
 
bool Remove (TKey key)
 
bool Remove (KeyValuePair< TKey, TValue > entry)
 
void CopyTo (KeyValuePair< TKey, TValue >[] array, int index)
 
void Clear ()
 

Properties

TValue this[TKey key] [get, set]
 
int Count [get]
 
bool IsReadOnly [get]
 
ICollection< TKey > Keys [get]
 
ICollection< TValue > Values [get]
 

The documentation for this class was generated from the following file: