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

this() public method

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