Number of items in the collection

Namespace: BrightstarDB.Dynamic
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

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

Property Value

Type: Int32

See Also