PexSafeHelpers.AssignBoxedValue<T>(Object, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the boxed value of an existing box object.
public:
generic <typename T>
static void AssignBoxedValue(System::Object ^ target, T value);
public static void AssignBoxedValue<T> (object target, T value);
static member AssignBoxedValue : obj * 'T -> unit
Public Shared Sub AssignBoxedValue(Of T) (target As Object, value As T)
Type Parameters
- T
Parameters
- target
- Object
The target.
- value
- T
The value.