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

◆ NotSupported()

static Exception System.Linq.Expressions.Error.NotSupported ( )
inlinestaticpackage

Definition at line 823 of file Error.cs.

824 {
825 return new NotSupportedException();
826 }

Referenced by System.Linq.Expressions.Interpreter.LightCompiler.CompileMemberAssignment().