Bridge

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

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

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

Syntax


public int Count { get; }
Public ReadOnly Property Count As Integer
	Get
public:
property int^ Count {
	int^ get ();
}

Return Value

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