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

MatchEnumerator() private method

private MatchEnumerator ( MatchCollection matchcoll ) : System.Collections
matchcoll MatchCollection
return System.Collections
        internal MatchEnumerator(MatchCollection matchcoll) {
            _matchcoll = matchcoll;
        }