ListTEnumeratorCurrent Property |
Gets the element at the current position of the enumerator.
Namespace: System.Collections.GenericAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public T Current { get; }
Return Value
Type:
TThe element in the
ListT at the current position of the enumerator.
Implements
IEnumeratorTCurrentSee Also