Click or drag to resize

InstructionMapper Delegate

Namespace:  Mono.Cecil.Cil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public delegate Instruction InstructionMapper(
	int offset
)

Parameters

offset
Type: SystemInt32

Return Value

Type: Instruction
See Also