|
IntRangeGetEnumerator Method
|
Returns an enumerator that iterates through a collection.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public IEnumerator<int> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Integer)
Request Example
View SourceReturn Value
Type:
IEnumeratorInt32
An
IEnumerator object that can be used to iterate through the collection.
See Also