System.Text.RegularExpressions.Regex.Regex C# (CSharp) Метод

Regex() публичный Метод

public Regex ( string pattern, System options, System matchTimeout )
pattern string
options System
matchTimeout System
        public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout)
        {
        }

Same methods

Regex::Regex ( )
Regex::Regex ( System info, System context )
Regex::Regex ( string pattern )
Regex::Regex ( string pattern, System options )