Class SerializedDictionary<TKey, TValue> | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class SerializedDictionary<TKey, TValue>

    Inheritance
    Object
    SerializedDictionary<TKey, TValue>
    Metadata.Parameters
    Namespace: UnityEngine.Reflect
    Syntax
    [Serializable]
    public abstract class SerializedDictionary<TKey, TValue> : ISerializationCallbackReceiver
    Type Parameters
    Name Description
    TKey
    TValue

    Properties

    dictionary

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

    Methods

    OnAfterDeserialize()

    Declaration
    public void OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public void OnBeforeSerialize()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX