[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)
ReadOnly Property FirstValue As V
C#
V FirstValue { get; }
Visual C++
property V FirstValue {
	V get ();
}

Return Value