OneOrMany<T>::Count Property

Visual Studio 2015
 

Gets the number of elements in the collection.

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

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

Property Value

Type: System::Int32

The number of elements in the collection.

Return to top
Show: