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

Namespace: BrightstarDB.EntityFramework
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:
virtual property int Count {
	int get () sealed;
}
F#
abstract Count : int with get
override Count : int with get

Return Value

Type: Int32
The number of elements contained in the ICollection<(Of <(<'T>)>)>.

Implements

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

See Also