docs.unity3d.com
    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
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023