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

Returns the largest key value, or null if the collection is empty.

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

Syntax

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

Return Value

largest key value, null if none