Index<T>.GetEnumerator Method

Returns an enumerator that iterates through a collection.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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