This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::IDictionary::Keys Property

Returns the collection of keys in this dictionary.

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

private:
virtual property ICollection^ Keys {
	ICollection^ get () sealed = IDictionary::Keys::get;
}

Property Value

Type: System.Collections::ICollection
The collection of keys in this dictionary.

Implements

IDictionary::Keys

Show: