![]() | PairTFirst, TSecond Class |
Namespace: com.espertech.esper.compat.collections
[SerializableAttribute] public sealed class Pair<TFirst, TSecond>
[Missing <typeparam name="TFirst"/> documentation for "T:com.espertech.esper.compat.collections.Pair`2"]
[Missing <typeparam name="TSecond"/> documentation for "T:com.espertech.esper.compat.collections.Pair`2"]
The PairTFirst, TSecond type exposes the following members.
Name | Description | |
---|---|---|
![]() | PairTFirst, TSecond(KeyValuePairTKey, TValue) | Initializes a new instance of the PairTFirst, TSecond class |
![]() | PairTFirst, TSecond(TFirst, TSecond) |
Construct pair of values.
|
Name | Description | |
---|---|---|
![]() | Equals | |
![]() | GetHashCode |
Serves as a hash function for a particular type.
|
![]() | ToString |
Name | Description | |
---|---|---|
![]() | First |
Gets or sets the first value within pair.
|
![]() | Second |
Gets or sets the second value within pair.
|