docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Property this

    this[int]

    Indexer to get items within this collection using array index syntax.

    Declaration
    public ref T this[int index] { get; }
    Parameters
    Type Name Description
    int index

    Zero-based index of the entry to access.

    Property Value
    Type Description
    T

    The indexed item.

    In This Article
    Back to top
    Copyright © 2023 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)