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

◆ TryNotSupportedForMethodsWithRefArgs()

static Exception System.Linq.Expressions.Error.TryNotSupportedForMethodsWithRefArgs ( object p0)
inlinestaticpackage

Definition at line 798 of file Error.cs.

799 {
800 return new NotSupportedException(Strings.TryNotSupportedForMethodsWithRefArgs(p0));
801 }

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

Referenced by System.Linq.Expressions.Compiler.StackSpiller.RequireNoRefArgs().