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

◆ ExpressionTypeDoesNotMatchLabel()

static Exception System.Linq.Expressions.Error.ExpressionTypeDoesNotMatchLabel ( object p0,
object p1 )
inlinestaticpackage

Definition at line 463 of file Error.cs.

464 {
465 return new ArgumentException(Strings.ExpressionTypeDoesNotMatchLabel(p0, p1));
466 }

References System.Linq.Expressions.Strings.ExpressionTypeDoesNotMatchLabel().

Referenced by System.Linq.Expressions.Expression< TDelegate >.ValidateGotoType().