LocalValueEnumerator::IEnumerator::Current Property

 

For a description of this members, see Current.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

private:
property Object^ Current {
	virtual Object^ get() sealed = IEnumerator::Current::get;
}

Property Value

Type: System::Object^

The current element in the collection.

This member is an explicit interface member implementation. It can be used only when the LocalValueEnumerator instance is cast to an IEnumerator interface.

.NET Framework
Available since 3.0
Return to top
Show: