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

◆ NoMethodOnType()

static Exception System.Linq.Error.NoMethodOnType ( string name,
object type )
inlinestaticpackage

Definition at line 25 of file Error.cs.

26 {
27 return new InvalidOperationException(Strings.NoMethodOnType(name, type));
28 }

References System.Linq.Strings.NoMethodOnType(), and System.type.

Referenced by System.Linq.EnumerableRewriter.FindMethod().