Method | Description | |
---|---|---|
AddLocal ( this methodDef, |
Adds a local variable to the given method.
|
public static AddLocal ( this methodDef, |
||
methodDef | this | The target method. |
localType | The variable type. | |
return | Mono.Cecil.Cil.VariableDefinition |