Elin Decompiled Documentation EA 23.102 Nightly
|
Additional Inherited Members | |
![]() | |
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 () |
![]() | |
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] |
Definition at line 5 of file UD_String_Color.cs.