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