Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AddFinallyRegion()

void System.Reflection.Metadata.Ecma335.ControlFlowBuilder.AddFinallyRegion ( LabelHandle tryStart,
LabelHandle tryEnd,
LabelHandle handlerStart,
LabelHandle handlerEnd )
inline

Definition at line 137 of file ControlFlowBuilder.cs.

138 {
140 }
void AddExceptionRegion(ExceptionRegionKind kind, LabelHandle tryStart, LabelHandle tryEnd, LabelHandle handlerStart, LabelHandle handlerEnd, LabelHandle filterStart=default(LabelHandle), EntityHandle catchType=default(EntityHandle))

References System.Reflection.Metadata.Ecma335.ControlFlowBuilder.AddExceptionRegion().