Helper class for boxing non-object values into objects.
sealed class
|
Boxed
|
with
|
<T>
|
The boxed value.
public
field
|
Value
|
||
type
|
T
|
Creates a new instance of Boxed.
public
constructor
|
Boxed
(T value)
|
||
params
|
value
|
The initial value. |