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

General-purpose pair of values of any type. The pair only equals another pair if the objects that form the pair equal, ie. first pair first object equals (.equals) the second pair first object, and the first pair second object equals the second pair second object.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class UniformPair(Of T)
C#
public sealed class UniformPair<T>
Visual C++
generic<typename T>
public ref class UniformPair sealed

Type Parameters

T

Inheritance Hierarchy

System.Object
  net.esper.collection.UniformPair<(Of T>)