Click or drag to resize
BoxedT  Conversion (T to BoxedT)

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

[Missing <summary> documentation for "M:VRage.Boxed`1.op_Explicit(`0)~VRage.Boxed{`0}"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static explicit operator Boxed<T> (
	T value
)

Parameters

value
Type: T

[Missing <param name="value"/> documentation for "M:VRage.Boxed`1.op_Explicit(`0)~VRage.Boxed{`0}"]

Return Value

Type: BoxedT

[Missing <returns> documentation for "M:VRage.Boxed`1.op_Explicit(`0)~VRage.Boxed{`0}"]

See Also