System.Text.RegularExpressions.MatchSparse.MatchSparse C# (CSharp) Method

MatchSparse() private method

private MatchSparse ( Regex regex, Hashtable caps, int capcount, string text, int begpos, int len, int startpos ) : System.Collections
regex Regex
caps System.Collections.Hashtable
capcount int
text string
begpos int
len int
startpos int
return System.Collections
        internal MatchSparse(Regex regex, Hashtable caps, int capcount,
                             string text, int begpos, int len, int startpos)
            : base(regex, capcount, text, begpos, len, startpos)
        {
            _caps = caps;
        }