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

‘선언
Private ReadOnly Property Keys As ICollection
    Implements IDictionary.Keys
    Get
ICollection IDictionary.Keys { get; }
private:
virtual property ICollection^ Keys {
    ICollection^ get () sealed = IDictionary::Keys::get;
}
private abstract Keys : ICollection
private override Keys : ICollection
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