C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections
IEnumerator Interface
IEnumerator Properties
Current Property
IEnumerator
Current Property
Gets the current element in the collection.
Namespace:
System.Collections
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
Object
Current
{
get
; }
Return Value
Type:
Object
The current element in the collection.
See Also
Reference
IEnumerator Interface
System.Collections Namespace