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

Returns the first value in the enumeration of values

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

Syntax

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

Return Value