Click or drag to resize
BoxedT Class

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

[Missing <summary> documentation for "T:VRage.Boxed`1"]

Inheritance Hierarchy
SystemObject
  VRageBoxedT

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public sealed class Boxed<T>
where T : struct, new()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:VRage.Boxed`1"]

The BoxedT type exposes the following members.

Constructors
  NameDescription
Public methodBoxedT
Initializes a new instance of the BoxedT class
Top
Methods
Operators
Fields
  NameDescription
Public fieldBoxedValue
Top
See Also