This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::Keys Property
Visual Studio 2013
Gets the collection of keys in the dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual property ICollection<TKey>^ Keys { ICollection<TKey>^ get () sealed; }
Property Value
Type: System.Collections.Generic::ICollection<TKey>The collection of keys in the dictionary.
Implements
IDictionary<TKey, TValue>::Keys- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: