Click or drag to resize
Tuple2 Methods
Methods
  NameDescription
Public methodStatic memberCreateT1, 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.
Public methodStatic memberCreateT1, 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.
Public methodStatic memberCreateT1, 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.
Top
See Also