Bridge

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

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

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

Syntax


public int Count { get; set; }
Public Property Count As Integer
	Get
	Set
public:
property int^ Count {
	int^ get ();
	void set (int^ value);
}

Return Value

The number of elements contained in the ReadOnlyCollection<(Of <(<'T>)>)> instance.