|
Battle Talent
V11
|
Inherits SerializableDictionaryBase, IDictionary< TKey, TValue >, IDictionary, ISerializationCallbackReceiver, IDeserializationCallback, and ISerializable.
Inherited by SerializableDictionary< TKey, TValue, TValueStorage >.
Public Member Functions | |
| SerializableDictionaryTemplate (IDictionary< TKey, TValue > dict) | |
| void | CopyFrom (IDictionary< TKey, TValue > dict) |
| void | OnAfterDeserialize () |
| void | OnBeforeSerialize () |
| void | Add (TKey key, TValue value) |
| bool | ContainsKey (TKey key) |
| bool | Remove (TKey key) |
| bool | TryGetValue (TKey key, out TValue value) |
| void | Add (KeyValuePair< TKey, TValue > item) |
| void | Clear () |
| bool | Contains (KeyValuePair< TKey, TValue > item) |
| void | CopyTo (KeyValuePair< TKey, TValue >[] array, int arrayIndex) |
| bool | Remove (KeyValuePair< TKey, TValue > item) |
| Dictionary< TKey, TValue > | GetDict () |
| IEnumerator< KeyValuePair< TKey, TValue > > | GetEnumerator () |
| void | Add (object key, object value) |
| bool | Contains (object key) |
| void | Remove (object key) |
| void | CopyTo (Array array, int index) |
| void | OnDeserialization (object sender) |
| void | GetObjectData (SerializationInfo info, StreamingContext context) |