JaCIL Framework API

TypeMapper.MapUnboxMethodName Method (String)

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

public static string MapUnboxMethodName(
   string name
);

Parameters

name
The type name.

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