Click or drag to resize
MyTupleT1 Constructor

[This is preliminary documentation and is subject to change.]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public MyTuple(
	T1 item1
)

Parameters

item1
Type: T1

[Missing <param name="item1"/> documentation for "M:VRage.MyTuple`1.#ctor(`0)"]

See Also