|
Elin Decompiled Documentation EA 23.229 Stable 1st Anniversary Patch 2
|
Additional Inherited Members | |
Public Member Functions inherited from UDictionary< MapBG, MapBGSetting > | |
| 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< MapBG, MapBGSetting > | |
| 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 135 of file GameSetting.cs.