[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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 FirstT |
C# |
---|
public FirstT First { get; set; } |
Visual C++ |
---|
public: property FirstT First { FirstT get (); void set (FirstT value); } |