Overload List

  NameDescription
IndexArray()()()
Constructs an empty index array instance.
IndexArray(Int32)
Constructs an IndexArray instance with the given length. All index values are initialized to zero.
IndexArray(array<Int32>[]()[])
Constructs an IndexArray instance with the given unique Indices.

See Also