Index<T>.Get Enumerator 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#
An object that can be used to iterate through the collection.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual IEnumerator<T> GetEnumerator()
Return Value
IEnumerator<T>An object that can be used to iterate through the collection.