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

◆ LabelDoesntBelongToBuilder()

static void System.Reflection.Throw.LabelDoesntBelongToBuilder ( string parameterName)
inlinestaticpackage

Definition at line 82 of file Throw.cs.

83 {
84 throw new ArgumentException(System.SR.LabelDoesntBelongToBuilder, parameterName);
85 }
static string LabelDoesntBelongToBuilder
Definition SR.cs:188
Definition SR.cs:7

References System.SR.LabelDoesntBelongToBuilder.

Referenced by System.Reflection.Metadata.Ecma335.ControlFlowBuilder.ValidateLabel().