Bridge

ICollection<(Of <(<'T>)>)>..::..Count Property

Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.

Namespace:  System.Collections.Generic
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<(Of <(<'T>)>)>.