docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor Iterator

    Iterator(DynamicArray<T>)

    Creates an iterator to iterate over an array.

    Declaration
    public Iterator(DynamicArray<T> setOwner)
    Parameters
    Type Name Description
    DynamicArray<T> setOwner

    The array to iterate over.

    Exceptions
    Type Condition
    ArgumentNullException

    Thrown if the array is null.

    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)