Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Method in SerializableDictionaryBase<TKey, TValue, TValueStorage>
public void Add(TKey key, TValue value)TKey key
TValue value
Method in SerializableDictionaryBase<TKey, TValue, TValueStorage>
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()Constructor in
public SerializableDictionaryBase()Method in
public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex)KeyValuePair<TKey, TValue>[] array
int arrayIndex
Property in
public bool IsReadOnly { get; }Method in
public void OnBeforeSerialize()Method in
public bool Contains(KeyValuePair<TKey, TValue> item)KeyValuePair<TKey, TValue> item
Class in Yarn.Unity
Inherits from SerializableDictionaryBase
public abstract class SerializableDictionaryBase<TKey, TValue, TValueStorage> : SerializableDictionaryBase, IDictionary<TKey, TValue>, IDictionary, ISerializationCallbackReceiver, IDeserializationCallback, ISerializableProperty in
public ICollection<TValue> Values { get; }Property in
public int Count { get; }Property in
public ICollection<TKey> Keys { get; }Method in
public void Add(KeyValuePair<TKey, TValue> item)KeyValuePair<TKey, TValue> item
Method in
public void CopyFrom(IDictionary<TKey, TValue> dict)IDictionary<TKey, TValue> dict
Method in
Method in
public void OnDeserialization(object sender)object sender
public bool Remove(TKey key)TKey key
Method in
public void Clear()Method in
public void OnAfterDeserialize()Constructor in
public SerializableDictionaryBase(IDictionary<TKey, TValue> dict)IDictionary<TKey, TValue> dict
Method in
public bool TryGetValue(TKey key, out TValue value)TKey key
TValue value
Method in
public bool Remove(KeyValuePair<TKey, TValue> item)KeyValuePair<TKey, TValue> item
Method in
public void GetObjectData(SerializationInfo info, StreamingContext context)SerializationInfo info
StreamingContext context
Method in
public bool ContainsKey(TKey key)TKey key