Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
UD_Int_String Class Reference
Inheritance diagram for UD_Int_String:
UDictionary< int, string >

Additional Inherited Members

- Public Member Functions inherited from UDictionary< int, string >
 UDictionary ()
 
 UDictionary (IEqualityComparer< TKey > comparer)
 
 UDictionary (IDictionary< TKey, TValue > dictionary)
 
 UDictionary (int capacity)
 
 UDictionary (IDictionary< TKey, TValue > dictionary, IEqualityComparer< TKey > comparer)
 
 UDictionary (int capacity, IEqualityComparer< TKey > comparer)
 
void OnAfterDeserialize ()
 
void OnBeforeSerialize ()
 
void GetObjectData (SerializationInfo info, StreamingContext context)
 
void OnDeserialization (object sender)
 
void Add (TKey key, TValue value)
 
void Add (KeyValuePair< TKey, TValue > item)
 
bool ContainsKey (TKey key)
 
bool Contains (KeyValuePair< TKey, TValue > item)
 
bool Remove (TKey key)
 
bool Remove (KeyValuePair< TKey, TValue > item)
 
bool TryGetValue (TKey key, out TValue value)
 
IEnumerator< KeyValuePair< TKey, TValue > > GetEnumerator ()
 
void Clear ()
 
- Properties inherited from UDictionary< int, string >
bool IsFixedSize [get]
 
ICollection< TKey > Keys [get]
 
ICollection IDictionary. Keys [get]
 
ICollection< TValue > Values [get]
 
ICollection IDictionary. Values [get]
 
TValue this[TKey key] [get, set]
 
object IDictionary. this[object key] [get, set]
 
int Count [get]
 
bool IsReadOnly [get]
 
bool IsSynchronized [get]
 
object SyncRoot [get]
 

Detailed Description

Definition at line 4 of file UD_Int_String.cs.


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