Array OfT.IEnumerable.GetEnumerator Method | |
Returns an enumerator that iterates through a collection.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax METHOD IEnumerable.GetEnumerator() AS IEnumerator
IEnumerator IEnumerable.GetEnumerator()
Request Example
View SourceReturn Value
Type:
IEnumeratorAn
IEnumerator object that can be used to iterate through the collection.
Implements
GetEnumeratorSee Also