docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SerializableDictionary<TKey, TValue>.Item

    Class that stores the serialized items in this dictionary.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.XR.CoreUtils.Collections
    Assembly: Unity.XR.CoreUtils.dll
    Syntax
    [Serializable]
    public struct SerializableDictionary<TKey, TValue>.Item

    Fields

    Key

    The dictionary item key.

    Declaration
    public TKey Key
    Field Value
    Type Description
    TKey

    Value

    The dictionary item value.

    Declaration
    public TValue Value
    Field Value
    Type Description
    TValue
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)