Method | Description | |
---|---|---|
Emit ( Mono.Cecil.Cil.CilWorker IL ) : void |
Saves the return value from a given method call.
|
|
SaveReturnValue ( |
Initializes a new instance of the SaveReturnValue class.
|
public Emit ( Mono.Cecil.Cil.CilWorker IL ) : void | ||
IL | Mono.Cecil.Cil.CilWorker | The |
return | void |
public SaveReturnValue ( |
||
returnType | The return type. | |
returnValue | Mono.Cecil.Cil.VariableDefinition | The return value. |
return | LinFu.AOP.Cecil.Interfaces |