Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static string | CreateEscapedIdentifier (string name) |
static bool | IsValidLanguageIndependentIdentifier (string value) |
Static Package Functions | |
static bool | IsKeyword (string value) |
static bool | IsPrefixTwoUnderscore (string value) |
static bool | IsValidTypeNameOrIdentifier (string value, bool isTypeName) |
static bool | IsSpecialTypeChar (char ch, ref bool nextMustBeStartChar) |
Static Private Attributes | |
static readonly HashSet< string > | s_fixedStringLookup |
Definition at line 6 of file CSharpHelpers.cs.