docs.unity.cn
    Show / Hide Table of Contents

    Interface IDictionaryElementProperty<TKey>

    Interface over a property representing a typed dictionary element.

    Inherited Members
    IDictionaryElementProperty.ObjectKey
    Namespace: Unity.Properties
    Syntax
    public interface IDictionaryElementProperty<out TKey> : IDictionaryElementProperty, ICollectionElementProperty
    Type Parameters
    Name Description
    TKey

    The key type.

    Properties

    Key

    The key of this property in the dictionary.

    Declaration
    TKey Key { get; }
    Property Value
    Type Description
    TKey
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, November 9, 2022
    Terms of use