Tuple<T1,T2>.Create(T1,T2) Constructor
Initializes a new instance of the Tuple<T1,T2> class.
public constructor Create(const value1: T1; const value2: T2);
Parameters
- value1
- Type: T1
- value2
- Type: T2
Initializes a new instance of the Tuple<T1,T2> class.
public constructor Create(const value1: T1; const value2: T2);