System.Text.RegularExpressions.MatchCollection.this C# (CSharp) Method

this() public method

public this ( int i ) : System.Text.RegularExpressions.Match
i int
return System.Text.RegularExpressions.Match
        public virtual System.Text.RegularExpressions.Match this[int i]
        {
            get { throw null; }
        }