Delegate ILGeneratorExtensions.FinallyBlock
Defines a delegate that describes a finally block.
Namespace: TheXDS.MCART.Types.Extensions
Assembly: MCART.TypeFactory.dll
Syntax
public delegate void ILGeneratorExtensions.FinallyBlock(ILGenerator il, Label leaveTry)
Parameters
| Type | Name | Description |
|---|---|---|
| ILGenerator | il | Reference to the instruction generator where the finally block code is inserted. |
| Label | leaveTry | Exit label for the finally block. Must be invoked through Leave(ILGenerator, Label). |