NSIndexSet.ToArray Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.