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

◆ InstancePropertyWithoutParameterNotDefinedForType()

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

Definition at line 588 of file Error.cs.

589 {
590 return new ArgumentException(Strings.InstancePropertyWithoutParameterNotDefinedForType(p0, p1));
591 }

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

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