Tuple2T1, T2, T3 Constructor |
Create a new tuple value
Namespace: SystemAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public Tuple2(
T1 item1,
T2 item2,
T3 item3
)
Parameters
- item1
- Type: T1
First element of the tuple - item2
- Type: T2
[Missing <param name="item2"/> documentation for "M:System.Tuple2`3.#ctor(`0,`1,`2)"]
- item3
- Type: T3
[Missing <param name="item3"/> documentation for "M:System.Tuple2`3.#ctor(`0,`1,`2)"]
See Also