JaCIL Framework API

TypeMapper.ConvertTypeToLocalType Method 

Converts a Cecil type reference to a local variable type.

public static LocalType ConvertTypeToLocalType(
   TypeReference type
);

Parameters

type
The type to convert from.

Return Value

The local variable type.

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace