Bridge

IEnumerator..::..Current Property

Gets the current element in the collection.

Namespace:  System.Collections
Assembly:  Bridge (in Bridge.dll)

Syntax


Object Current { get; }
ReadOnly Property Current As Object
	Get
property Object^ Current {
	Object^ get ();
}

Return Value

The current element in the collection.