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

Gets an enumerator that enumerates the keys.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property KeysEnum As IEnumerator(Of TKey)
C#
public IEnumerator<TKey> KeysEnum { get; }
Visual C++
public:
property IEnumerator<TKey>^ KeysEnum {
	IEnumerator<TKey>^ get ();
}

Field Value

The keys enum.