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