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

◆ NoMethodOnTypeMatchingArguments()

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

Definition at line 30 of file Error.cs.

31 {
32 return new InvalidOperationException(Strings.NoMethodOnTypeMatchingArguments(name, type));
33 }

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

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