OneOrMany<T>::Enumerator::Current Property

Visual Studio 2015
 

Gets the current element.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property T Current {
	T get();
}

Property Value

Type: T

The enumerator.

Return to top
Show: