Index<T>.ToArray Method

Returns an array containing the keys in the index.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T[] ToArray()

Return Value

T[]
An array containing the keys in the index.

Remarks

This method always returns a copy of the keys.

See Also