Edit

Share via


RuntimeHelpers.Box(Byte, RuntimeTypeHandle) Method

Definition

public:
 static System::Object ^ Box(System::Byte % target, RuntimeTypeHandle type);
public static object? Box (ref byte target, RuntimeTypeHandle type);
static member Box : byte * RuntimeTypeHandle -> obj
Public Shared Function Box (ByRef target As Byte, type As RuntimeTypeHandle) As Object

Parameters

target
Byte

Returns

Applies to