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

◆ IsSupportedOperator()

bool System.Data.Select.IsSupportedOperator ( int op)
inlineprivate

Definition at line 58 of file Select.cs.

59 {
60 if ((op < 7 || op > 11) && op != 13)
61 {
62 return op == 39;
63 }
64 return true;
65 }

Referenced by System.Data.Select.AnalyzeExpression().