Class CSArrayUtil

Set of utilities for working with CSArray types.

Methods

Methods

  • Type Parameters

    Parameters

    • array: CSArray<T>

      A C# array.

    Returns T[]

    A native Typescript array.

    Deprecated

    Native CS arrays are no longer exposed to the TS layer.

    Convert a C# array to a native Typescript array.