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