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

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

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

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

Parameters

box
Type: VRageBoxedT

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

Return Value

Type: T

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

See Also