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

◆ TryNotSupportedForValueTypeInstances()

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

Definition at line 803 of file Error.cs.

804 {
805 return new NotSupportedException(Strings.TryNotSupportedForValueTypeInstances(p0));
806 }

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

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