Click or drag to resize

IntegerArrayGetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace:  FinMath.DataStructures
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An System.Collections.IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also