Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
UniRx.DictionaryDisposable< TKey, TValue > Class Template Reference
Inheritance diagram for UniRx.DictionaryDisposable< TKey, TValue >:

Public Member Functions

 DictionaryDisposable (IEqualityComparer< TKey > comparer)
 
void Add (TKey key, TValue value)
 
void Clear ()
 
bool Remove (TKey key)
 
bool ContainsKey (TKey key)
 
bool TryGetValue (TKey key, out TValue value)
 
Dictionary< TKey, TValue >.Enumerator GetEnumerator ()
 
void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 
void OnDeserialization (object sender)
 
void Dispose ()
 

Properties

TValue this[TKey key] [get, set]
 
int Count [get]
 
Dictionary< TKey, TValue >.KeyCollection Keys [get]
 
Dictionary< TKey, TValue >.ValueCollection Values [get]
 

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