This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::Count Property

Gets the number of items in the dictionary.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property int Count {
	int get ();
}

Property Value

Type: System::Int32
The number of items in the dictionary.

Show: