Gets the number of key-value pairs in the collection.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.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;
}

Implements

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

See Also