This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::ICollection<KeyValuePair<TKey, TValue>>::Count Property

Gets the number of items in this dictionary.

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

private:
virtual property int Count {
	int get () sealed = ICollection<KeyValuePair<TKey, TValue>>::Count::get;
}

Property Value

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

Implements

ICollection<T>::Count

Show: