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

◆ InstancePropertyNotDefinedForType()

static Exception System.Linq.Expressions.Error.InstancePropertyNotDefinedForType ( object p0,
object p1,
string paramName )
inlinestaticpackage

Definition at line 583 of file Error.cs.

584 {
585 return new ArgumentException(Strings.InstancePropertyNotDefinedForType(p0, p1), paramName);
586 }

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

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