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

◆ FieldNotDefinedForType()

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

Definition at line 473 of file Error.cs.

474 {
475 return new ArgumentException(Strings.FieldNotDefinedForType(p0, p1));
476 }

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

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