Gets the dictionary keys.

Namespace: MonoSoftware.Core.Collections
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

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