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)

Syntax

'Declaration
Private ReadOnly Property Keys As ICollection 
    Implements IDictionary.Keys
ICollection IDictionary.Keys { get; }
private:
virtual property ICollection^ Keys {
    ICollection^ get () sealed = IDictionary::Keys::get;
}
private abstract Keys : ICollection with get 
private override Keys : ICollection with get
JScript does not support explicit interface implementations.

Property Value

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

Implements

IDictionary.Keys

.NET Framework Security

See Also

Reference

ReadOnlyDictionary<TKey, TValue> Class

Microsoft.TeamFoundation.Client Namespace