This documentation is archived and is not being maintained.

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

Returns the number of items in the dictionary.

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

private:
virtual property int Count {
	int get () sealed = ICollection::Count::get;
}

Property Value

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

Implements

ICollection::Count

Show: