Index<T>.GetEnumerator Method

Returns an enumerator that iterates through a collection.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual IEnumerator<T> GetEnumerator()

Return Value

IEnumerator<T>
An object that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also