Gets a collection containing the keys of the dictionary.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
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; } |