Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsSupportedOperator()
bool
System.Data.Select.IsSupportedOperator
(
int
op
)
inline
private
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
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Referenced by
System.Data.Select.AnalyzeExpression()
.
System
Data
Select
Generated by
1.10.0