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

◆ PropertyWithMoreThanOneMatch()

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

Definition at line 688 of file Error.cs.

689 {
690 return new InvalidOperationException(Strings.PropertyWithMoreThanOneMatch(p0, p1));
691 }

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

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