docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property this

    this[long]

    Get/Set a value using the specified key.

    Declaration
    public TEntry this[long key] { get; set; }
    Parameters
    Type Name Description
    long key
    Property Value
    Type Description
    TEntry

    this[string]

    Get/Set a value using the specified key name.

    Declaration
    public TEntry this[string keyName] { get; set; }
    Parameters
    Type Name Description
    string keyName
    Property Value
    Type Description
    TEntry
    In This Article
    Back to top
    Copyright © 2024 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)