docs.unity.cn
    Show / Hide Table of Contents

    Method ElementAt

    ElementAt(Int32)

    Gets the reference to the element at the given index.

    Declaration
    public ref T ElementAt(int index)
    Parameters
    Type Name Description
    Int32 index

    The zero-based index.

    Returns
    Type Description
    T

    Returns the reference to the element at the index.

    Implements
    IIndexable<T>.ElementAt(Int32)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023