Click or drag to resize
IEnumeratorCurrent Property
Gets the current element in the collection.

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

Return Value

Type: Object
The current element in the collection.
See Also