Class OpaqueValueType
Provides extensions for OpaqueValue<T> when its underlying type is of value type.
Inheritance
OpaqueValueType
Assembly: DotNext.Unsafe.dll
Syntax
public static class OpaqueValueType
Methods
View Source
get_Value<T>(OpaqueValue<Pointer<T>>)
Gets a reference to the underlying value.
Declaration
public static ref T get_Value<T>(OpaqueValue<Pointer<T>> opaque) where T : unmanaged
Parameters
Returns
Type Parameters
View Source
get_Value<T>(OpaqueValue<T>)
Gets mutable reference to the value.
Declaration
public static ref T get_Value<T>(OpaqueValue<T> opaque) where T : struct
Parameters
Returns
Type Parameters