Search Results for

    Show / Hide Table of Contents

    Class SyncDictionary<TKey, TValue>

    Inheritance
    Object
    SyncObject
    SyncIDictionary<TKey, TValue>
    SyncDictionary<TKey, TValue>
    Implements
    IDictionary<TKey, TValue>
    IReadOnlyDictionary<TKey, TValue>
    Inherited Members
    SyncIDictionary<TKey, TValue>.objects
    SyncIDictionary<TKey, TValue>.Count
    SyncIDictionary<TKey, TValue>.IsReadOnly
    SyncIDictionary<TKey, TValue>.Callback
    SyncIDictionary<TKey, TValue>.Reset()
    SyncIDictionary<TKey, TValue>.Keys
    SyncIDictionary<TKey, TValue>.Values
    SyncIDictionary<TKey, TValue>.ClearChanges()
    SyncIDictionary<TKey, TValue>.OnSerializeAll(NetworkWriter)
    SyncIDictionary<TKey, TValue>.OnSerializeDelta(NetworkWriter)
    SyncIDictionary<TKey, TValue>.OnDeserializeAll(NetworkReader)
    SyncIDictionary<TKey, TValue>.OnDeserializeDelta(NetworkReader)
    SyncIDictionary<TKey, TValue>.Clear()
    SyncIDictionary<TKey, TValue>.ContainsKey(TKey)
    SyncIDictionary<TKey, TValue>.Remove(TKey)
    SyncIDictionary<TKey, TValue>.Item[TKey]
    SyncIDictionary<TKey, TValue>.TryGetValue(TKey, TValue)
    SyncIDictionary<TKey, TValue>.Add(TKey, TValue)
    SyncIDictionary<TKey, TValue>.Add(KeyValuePair<TKey, TValue>)
    SyncIDictionary<TKey, TValue>.Contains(KeyValuePair<TKey, TValue>)
    SyncIDictionary<TKey, TValue>.CopyTo(KeyValuePair<TKey, TValue>[], Int32)
    SyncIDictionary<TKey, TValue>.Remove(KeyValuePair<TKey, TValue>)
    SyncIDictionary<TKey, TValue>.GetEnumerator()
    SyncObject.OnDirty
    SyncObject.IsRecording
    SyncObject.ClearChanges()
    SyncObject.OnSerializeAll(NetworkWriter)
    SyncObject.OnSerializeDelta(NetworkWriter)
    SyncObject.OnDeserializeAll(NetworkReader)
    SyncObject.OnDeserializeDelta(NetworkReader)
    SyncObject.Reset()
    Namespace: Mirror
    Assembly: doc.dll
    Syntax
    public class SyncDictionary<TKey, TValue> : SyncIDictionary<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue

    Constructors

    | Improve this Doc View Source

    SyncDictionary()

    Declaration
    public SyncDictionary()
    | Improve this Doc View Source

    SyncDictionary(IDictionary<TKey, TValue>)

    Declaration
    public SyncDictionary(IDictionary<TKey, TValue> d)
    Parameters
    Type Name Description
    IDictionary<TKey, TValue> d
    | Improve this Doc View Source

    SyncDictionary(IEqualityComparer<TKey>)

    Declaration
    public SyncDictionary(IEqualityComparer<TKey> eq)
    Parameters
    Type Name Description
    IEqualityComparer<TKey> eq

    Properties

    | Improve this Doc View Source

    Keys

    Declaration
    public Dictionary<TKey, TValue>.KeyCollection Keys { get; }
    Property Value
    Type Description
    Dictionary.KeyCollection<>
    | Improve this Doc View Source

    Values

    Declaration
    public Dictionary<TKey, TValue>.ValueCollection Values { get; }
    Property Value
    Type Description
    Dictionary.ValueCollection<>

    Methods

    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public Dictionary<TKey, TValue>.Enumerator GetEnumerator()
    Returns
    Type Description
    Dictionary.Enumerator<>

    Implements

    IDictionary<, >
    IReadOnlyDictionary<, >
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX