Fan.Sys.RegexMatcher.RegexMatcher C# (CSharp) Méthode

RegexMatcher() private méthode

private RegexMatcher ( Match match, string source ) : System.Text.RegularExpressions
match System.Text.RegularExpressions.Match
source string
Résultat System.Text.RegularExpressions
        internal RegexMatcher(Match match, string source)
        {
            this.m_match = match;
              this.m_source = source;
        }