MyTupleT1, T2 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
)
Parameters
- item1
- Type: T1
[Missing <param name="item1"/> documentation for "M:VRage.MyTuple`2.#ctor(`0,`1)"]
- item2
- Type: T2
[Missing <param name="item2"/> documentation for "M:VRage.MyTuple`2.#ctor(`0,`1)"]
See Also