Click or drag to resize
MyTupleCreateT1 Method (T1)

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

[Missing <summary> documentation for "M:VRage.MyTuple.Create``1(``0)"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static MyTuple<T1> Create<T1>(
	T1 arg1
)

Parameters

arg1
Type: T1

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

Type Parameters

T1

[Missing <typeparam name="T1"/> documentation for "M:VRage.MyTuple.Create``1(``0)"]

Return Value

Type: MyTupleT1

[Missing <returns> documentation for "M:VRage.MyTuple.Create``1(``0)"]

See Also