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

Gets the first key.

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property FirstKey As K
C#
public virtual K FirstKey { get; }
Visual C++
public:
virtual property K FirstKey {
	K get ();
}

Field Value

The first key.