[This is preliminary documentation and is subject to change.]

Gets the number of elements contained in the ReadOnlyDictionary<(Of <(<'TKey, TValue>)>)>.

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

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
override Count : int
JScript
final function get Count () : int

Return Value

The number of elements contained in the ReadOnlyDictionary<(Of <(<'TKey, TValue>)>)>.

Implements

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

See Also