Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.RegularExpressions.RegexCompilationInfo Class Reference

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
 

Detailed Description

Definition at line 5 of file RegexCompilationInfo.cs.


The documentation for this class was generated from the following file: