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

Gets or sets the second value within the pair.

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

Syntax

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