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

Gets or sets the first value within pair.

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

Syntax

Visual Basic (Declaration)
Public Property First As T
C#
public T First { get; set; }
Visual C++
public:
property T First {
	T get ();
	void set (T value);
}

Field Value

The first.