docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CopyTo

    CopyTo(KeyValuePair<string, IVariable>[], int)

    Copies the variables into an array starting at arrayIndex.

    Declaration
    public void CopyTo(KeyValuePair<string, IVariable>[] array, int arrayIndex)
    Parameters
    Type Name Description
    KeyValuePair<string, IVariable>[] array

    The array to copy the variables into.

    int arrayIndex

    The index to start copying the items into.

    Exceptions
    Type Condition
    ArgumentNullException

    Thrown when the array is null.

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