[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 equals another pair if
the objects that form the pair equal in any order, ie. first pair first object equals (.equals)
the second pair first object or second object, and the first pair second object equals the second pair first object
or second object.
Namespace: net.esper.collection
Assembly:
NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class InterchangeablePair(Of FirstT, SecondT) |
C# |
---|
public sealed class InterchangeablePair<FirstT, SecondT> |
Visual C++ |
---|
generic<typename FirstT, typename SecondT>
public ref class InterchangeablePair sealed |
Type Parameters
Inheritance Hierarchy
System.Object net.esper.collection.InterchangeablePair<(Of FirstT, SecondT>)