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

◆ MethodWithMoreThanOneMatch()

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

Definition at line 683 of file Error.cs.

684 {
685 return new InvalidOperationException(Strings.MethodWithMoreThanOneMatch(p0, p1));
686 }

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

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