BaseCollection::Count Property

 

Gets the total number of elements in the collection.

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

public:
[BrowsableAttribute(false)]
property int Count {
	virtual int get();
}

Property Value

Type: System::Int32

The total number of elements in the collection.

.NET Framework
Available since 1.1
Return to top
Show: