Create a new tuple value
Namespace: SystemAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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