Tuple2 Methods |
Name | Description | |
---|---|---|
CreateT1, T2(T1, T2) |
Creates a new tuple value with the specified elements. The method
can be used without specifying the generic parameters, because C#
compiler can usually infer the actual types.
| |
CreateT1, T2, T3(T1, T2, T3) |
Creates a new tuple value with the specified elements. The method
can be used without specifying the generic parameters, because C#
compiler can usually infer the actual types.
| |
CreateT1, T2, T3, T4(T1, T2, T3, T4) |
Creates a new tuple value with the specified elements. The method
can be used without specifying the generic parameters, because C#
compiler can usually infer the actual types.
|