JaCIL Framework API

CecilHelper.GetParameterIndex Method 

Returns the index of the given Parameter definition

public static int GetParameterIndex(
   ParameterDefinition param
);

Parameters

param
The parameter definition.

Return Value

The effective index adjusting for "this" parameter.

See Also

CecilHelper Class | JaCIL.Compiler.Util Namespace