[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Gets the last key.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property LastKey As K |
C# |
---|
public virtual K LastKey { get; } |
Visual C++ |
---|
public: virtual property K LastKey { K get (); } |