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

TableRowCollection() public méthode

public TableRowCollection ( TableView table ) : System
table TableView
Résultat System
        public TableRowCollection(TableView table)
        {
            owner = table;
        }