RasCollection(TObject).Count Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the number of entries contained in the collection.

Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public int Count { get; }
Visual Basic
Public ReadOnly Property Count As Integer
	Get
Visual C++
public:
virtual property int Count {
	int get () sealed;
}
F#
abstract Count : int with get
override Count : int with get

Property Value

Type: Int32

Implements

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

See Also