docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Interface IIndexable<T>

    An indexable collection.

    Namespace: Unity.Collections
    Assembly: solution.dll
    Syntax
    public interface IIndexable<T> where T : unmanaged
    Type Parameters
    Name Description
    T

    The type of the elements in the collection.

    Properties

    Name Description
    Length

    The current number of elements in the collection.

    Methods

    Name Description
    ElementAt(int)

    Returns a reference to the element at a given index.

    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)