Class Pair<TA, TB>
Editable pair values.
public class Pair<TA, TB>
Type Parameters
- Inheritance
-
Pair<TA, TB>
- Inherited Members
- Extension Methods
Constructors
Pair(TA, TB)
constructor.
public Pair(TA a, TB b)
Parameters
Properties
A
member A
public TA A { get; set; }
Property Value
- TA
B
member B
public TB B { get; set; }
Property Value
- TB
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.