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

Returns the first item in the set

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property First As T
C#
public T First { get; }
Visual C++
public:
virtual property T First {
	T get () sealed;
}

Return Value