Gets a collection containing the keys in the Dictionary.
Namespace: System.Extensions.Collections.ObjectModelAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public ICollection<TKey> Keys { get; } |
Visual Basic |
---|
Public ReadOnly Property Keys As ICollection(Of TKey)
Get |
Visual C++ |
---|
public:
virtual property ICollection<TKey>^ Keys {
ICollection<TKey>^ get () sealed;
} |
F# |
---|
abstract Keys : ICollection<'TKey> with get
override Keys : ICollection<'TKey> with get |
Property Value
Type:
ICollection<(Of <(<'TKey>)>)>Implements
IDictionary<(Of <(<'TKey, TValue>)>)>..::..Keys
See Also