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

◆ AddFilterRegion()

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

Definition at line 156 of file ControlFlowBuilder.cs.

157 {
158 ValidateLabel(filterStart, "filterStart");
160 }
void ValidateLabel(LabelHandle label, string parameterName)
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(), and System.Reflection.Metadata.Ecma335.ControlFlowBuilder.ValidateLabel().