Click or drag to resize
Tuple2T1, T2 Constructor
Create a new tuple value

Namespace: System
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Tuple2(
	T1 item1,
	T2 item2
)

Parameters

item1
Type: T1
First element of the tuple
item2
Type: T2

[Missing <param name="item2"/> documentation for "M:System.Tuple2`2.#ctor(`0,`1)"]

See Also