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

◆ AddRow() [2/2]

void System.Data.DataTable.AddRow ( DataRow row,
int proposedID )
inlinepackageinherited

Definition at line 2466 of file DataTable.cs.

2467 {
2468 InsertRow(row, proposedID, -1);
2469 }
void InsertRow(DataRow row, int proposedID, int pos)

References System.Data.DataTable.InsertRow().