[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets an ICollection<(Of T>) containing the keys of the IDictionary<(Of TKey, TValue>).

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Keys As ICollection(Of K)
C#
public ICollection<K> Keys { get; }
Visual C++
public:
virtual property ICollection<K>^ Keys {
	ICollection<K>^ get () sealed;
}

Field Value

Return Value

An ICollection<(Of T>) containing the keys of the object that implements IDictionary<(Of TKey, TValue>).