Class BoxedValue
Assembly: DotNext.dll
Syntax
public static class BoxedValue
Methods
View Source
Copy<T>(BoxedValue<T>)
Creates a bitwise copy of the boxed value.
Declaration
public static BoxedValue<T> Copy<T>(this BoxedValue<T> boxedValue) where T : struct
Parameters
Returns
| Type |
Description |
| BoxedValue<T> |
A reference to bitwise copy of the boxed value.
|
Type Parameters
View Source
get_Value<T>(BoxedValue<T>)
Declaration
public static ref T get_Value<T>(BoxedValue<T> boxedValue) where T : struct
Parameters
Returns
| Type |
Description |
| T |
A reference to the boxed value.
|
Type Parameters