JaCIL Framework API

TypeMapper.ConvertTypeToStackArrayType Method 

Converts a Cecil type reference to a stack array type representation

public static StackArrayType ConvertTypeToStackArrayType(
   TypeReference type,
   out int rank
);

Parameters

type
The type to convert from.
rank
The rank of the array type.

Return Value

The stack array type representation.

See Also

TypeMapper Class | JaCIL.Compiler.Util Namespace