Click or drag to resize

Array OfT.IEnumerableT.GetEnumerator Method

X#
Returns an enumerator that iterates through the collection.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
METHOD IEnumerable<T>.GetEnumerator() AS IEnumerator<T>
Request Example View Source

Return Value

Type: IEnumeratorT
An enumerator that can be used to iterate through the collection.

Implements

GetEnumerator
See Also