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

◆ AddChar()

void System.Text.RegularExpressions.RegexCharClass.AddChar ( char c)
inline

Definition at line 350 of file RegexCharClass.cs.

351 {
352 AddRange(c, c);
353 }

References System.Text.RegularExpressions.RegexCharClass.AddRange().