|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| RegexCompilationInfo (string pattern, RegexOptions options, string name, string fullnamespace, bool ispublic) | |
| RegexCompilationInfo (string pattern, RegexOptions options, string name, string fullnamespace, bool ispublic, TimeSpan matchTimeout) | |
Properties | |
| bool | IsPublic [get, set] |
| TimeSpan | MatchTimeout [get, set] |
| string | Name [get, set] |
| string | Namespace [get, set] |
| RegexOptions | Options [get, set] |
| string | Pattern [get, set] |
Private Attributes | |
| string | _pattern |
| string | _name |
| string | _nspace |
| TimeSpan | _matchTimeout |
Definition at line 5 of file RegexCompilationInfo.cs.