docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor ObservableList

    ObservableList()

    Default Constructor.

    Declaration
    public ObservableList()

    ObservableList(int)

    Constructor.

    Declaration
    public ObservableList(int capacity)
    Parameters
    Type Name Description
    int capacity

    Allocation size.

    ObservableList(IEnumerable<T>)

    Constructor.

    Declaration
    public ObservableList(IEnumerable<T> collection)
    Parameters
    Type Name Description
    IEnumerable<T> collection

    Input list.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)