Click or drag to resize

Array OfT.IEnumerable.GetEnumerator Method

X#
Returns an enumerator that iterates through a collection.

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

Return Value

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

Implements

GetEnumerator
See Also