System.Windows.Forms.TableRowCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : TableRow
index int
return TableRow
        public TableRow this[int index]
        {
            get { return items[index]; }
        }