Share via


NSIndexSet.ToArray Method

Definition

Get all the indices in this index set as an array.

public UIntPtr[] ToArray();
member this.ToArray : unit -> unativeint[]

Returns

UIntPtr[]

unativeint[]

An array of all the indices in this index set.

Applies to