Skip to main content
.NET Framework Class Library
IEnumerator<(Of <(T>)>)..::.Current Property





This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public propertyCurrentGets the current element in the collection. (Inherited from IEnumerator.)
Public propertyCurrentGets the element in the collection at the current position of the enumerator.
Top