AvatarReady
Loading...
Searching...
No Matches
Inria.Avatar.AvatarReady.OptionDictionary< T > Class Template Reference
Inheritance diagram for Inria.Avatar.AvatarReady.OptionDictionary< T >:

Classes

class  ConfigOption
 

Public Member Functions

void Add (string key, T value)
 
bool ContainsKey (string key)
 
bool Remove (string key)
 
bool TryGetValue (string key, out T value)
 
void Clear ()
 
void Add (KeyValuePair< string, T > item)
 
bool Contains (KeyValuePair< string, T > item)
 
void CopyTo (KeyValuePair< string, T >[] array, int arrayIndex)
 
bool Remove (KeyValuePair< string, T > item)
 
IEnumerator< KeyValuePair< string, T > > GetEnumerator ()
 

Properties

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

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 

Private Attributes

List< ConfigOptionserializedDict
 

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