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

◆ s_looks

readonly string [] System.Data.Operators.s_looks
staticprivate
Initial value:
= new string[40]
{
"", "-", "+", "Not", "BetweenAnd", "In", "Between", "=", ">", "<",
">=", "<=", "<>", "Is", "Like", "+", "-", "*", "/", "\\",
"Mod", "**", "&", "|", "^", "~", "And", "Or", "Proc", "Iff",
".", ".", "Null", "True", "False", "Date", "GenUniqueId()", "GenGuid()", "Guid {..}", "Is Not"
}

Definition at line 14 of file Operators.cs.

15 {
16 "", "-", "+", "Not", "BetweenAnd", "In", "Between", "=", ">", "<",
17 ">=", "<=", "<>", "Is", "Like", "+", "-", "*", "/", "\\",
18 "Mod", "**", "&", "|", "^", "~", "And", "Or", "Proc", "Iff",
19 ".", ".", "Null", "True", "False", "Date", "GenUniqueId()", "GenGuid()", "Guid {..}", "Is Not"
20 };

Referenced by System.Data.Operators.ToString().