JaCIL Framework API

TypeMapper.MapUnboxMethodName Method (TypeReference)

Returns the mapped Java wrapper method name for unboxing for the given type.

public static string MapUnboxMethodName(
   TypeReference type
);

Parameters

type
The type.

Return Value

The method name of the box type for unboxing or null if one does not exist.

Remarks

This is used for primitive unboxing.

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace | TypeMapper.MapUnboxMethodName Overload List