Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
VRage.Boxed< T > Class Template Reference

Public Member Functions

 Boxed (T value)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static implicit operator T (Boxed< T > box)
 
static operator Boxed< T > (T value)
 

Public Attributes

BoxedValue
 

Detailed Description

Type Constraints
T :struct 

Definition at line 8 of file Boxed.cs.

Constructor & Destructor Documentation

VRage.Boxed< T >.Boxed ( value)
inline

Definition at line 13 of file Boxed.cs.

Member Function Documentation

override int VRage.Boxed< T >.GetHashCode ( )
inline

Definition at line 18 of file Boxed.cs.

static VRage.Boxed< T >.operator Boxed< T > ( value)
inlineexplicitstatic

Definition at line 33 of file Boxed.cs.

static implicit VRage.Boxed< T >.operator T ( Boxed< T >  box)
inlinestatic

Definition at line 28 of file Boxed.cs.

override string VRage.Boxed< T >.ToString ( )
inline

Definition at line 23 of file Boxed.cs.

Member Data Documentation

T VRage.Boxed< T >.BoxedValue

Definition at line 11 of file Boxed.cs.


The documentation for this class was generated from the following file: