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

◆ DataRowBuilder()

System.Data.DataRowBuilder.DataRowBuilder ( DataTable table,
int record )
inlinepackage

Definition at line 9 of file DataRowBuilder.cs.

10 {
11 _table = table;
12 _record = record;
13 }
readonly DataTable _table

References System.Data.DataRowBuilder._record, and System.Data.DataRowBuilder._table.