docs.unity.cn
    Show / Hide Table of Contents

    Class HashDelta<TKey, TValue>

    Inheritance
    Object
    HashDelta<TKey, TValue>
    Namespace: Unity.Reflect.Actors
    Syntax
    public class HashDelta<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue

    Fields

    Added

    Declaration
    public Dictionary<TKey, TValue> Added
    Field Value
    Type Description
    Dictionary<TKey, TValue>

    Changed

    Declaration
    public Dictionary<TKey, (TValue Prev, TValue Next)> Changed
    Field Value
    Type Description
    Dictionary<TKey, (T1, T2)<TValue, TValue>>

    Removed

    Declaration
    public Dictionary<TKey, TValue> Removed
    Field Value
    Type Description
    Dictionary<TKey, TValue>
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use