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