Gets a Collection containing the keys of the Dictionary.

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

Syntax

C#
public virtual ICollection<TKey> Keys { get; }
Visual Basic
Public Overridable ReadOnly Property Keys As ICollection(Of TKey)
	Get
Visual C++
public:
virtual property ICollection<TKey>^ Keys {
	ICollection<TKey>^ get ();
}
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