Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DataRowCollection()

System.Data.DataRowCollection.DataRowCollection ( DataTable table)
inlinepackage

Definition at line 35 of file DataRowCollection.cs.

36 {
37 _table = table;
38 }

References System.Data.DataRowCollection._table.