public PushBreakOrContinueInfo ( IList |
||
labelNames | IList |
The label names associated with the break or continue target.
/// Can be |
breakTarget | ILLabel | The IL label to jump to if a break statement is encountered. |
continueTarget | ILLabel | The IL label to jump to if a continue statement is
/// encountered. Can be |
labelledOnly | bool | |
return | void |