MyTupleT1, T2, T3 Constructor |
[This is preliminary documentation and is subject to change.]
Namespace: VRageAssembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax public MyTuple(
T1 item1,
T2 item2,
T3 item3
)
Parameters
- item1
- Type: T1
[Missing <param name="item1"/> documentation for "M:VRage.MyTuple`3.#ctor(`0,`1,`2)"]
- item2
- Type: T2
[Missing <param name="item2"/> documentation for "M:VRage.MyTuple`3.#ctor(`0,`1,`2)"]
- item3
- Type: T3
[Missing <param name="item3"/> documentation for "M:VRage.MyTuple`3.#ctor(`0,`1,`2)"]
See Also