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

◆ IsKeyword()

static bool System.CSharpHelpers.IsKeyword ( string value)
inlinestaticpackage

Definition at line 35 of file CSharpHelpers.cs.

36 {
37 return s_fixedStringLookup.Contains(value);
38 }
static readonly HashSet< string > s_fixedStringLookup

References System.CSharpHelpers.s_fixedStringLookup, and System.value.

Referenced by System.CSharpHelpers.CreateEscapedIdentifier().