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
)
inline
package
inherited
Definition at line
2466
of file
DataTable.cs
.
2467
{
2468
InsertRow
(
row
,
proposedID
, -1);
2469
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Data.DataTable.InsertRow
void InsertRow(DataRow row, int proposedID, int pos)
Definition
DataTable.cs:2471
References
System.Data.DataTable.InsertRow()
.
System
Data
TypedTableBase
Generated by
1.10.0