System.Windows.Forms.TableRowCollection.this C# (CSharp) Méthode

this() public méthode

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