|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| RegexFC (bool nullable) | |
| RegexFC (char ch, bool not, bool nullable, bool caseInsensitive) | |
| RegexFC (string charClass, bool nullable, bool caseInsensitive) | |
| bool | AddFC (RegexFC fc, bool concatenate) |
| void | AddLowercase (CultureInfo culture) |
| string | GetFirstChars () |
Public Attributes | |
| bool | _nullable |
Properties | |
| bool | CaseInsensitive [get, private set] |
Private Attributes | |
| readonly RegexCharClass | _cc |
Definition at line 5 of file RegexFC.cs.