Click or drag to resize
IEnumeratorTCurrent Property
Gets the element in the collection at the current position of the enumerator.

Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
T Current { get; }

Return Value

Type: T
The element in the collection at the current position of the enumerator.
See Also