Gets the number of items contained in the collection.
'Declaration
Public ReadOnly Property Count As Integer
'Usage
Dim instance As Renderers
Dim value As Integer
value = instance.Count
public:
property int Count {
int get();
}
Property Value
The number of items contained in the collection.