LocalValueEnumerator::Count Property

 

Gets the number of items that are represented in the collection.

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

public:
property int Count {
	int get();
}

Property Value

Type: System::Int32

The number of items in the collection.

This property is not a defined member of IEnumerator but is provided as a convenience.

.NET Framework
Available since 3.0
Return to top
Show: