[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)
Returns the smallest 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 MinValue As K |
C# |
---|
public virtual K MinValue { get; } |
Visual C++ |
---|
public: virtual property K MinValue { K get (); } |