Bridge

ICollection..::..Count Property

Gets the number of elements contained in the ICollection.

Namespace:  System.Collections
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
int Count { get; }
<TemplateAttribute> _
ReadOnly Property Count As Integer
	Get
[TemplateAttribute]
property int^ Count {
	int^ get ();
}

Return Value

The number of elements contained in the ICollection.