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

◆ Remove() [1/3]

void System.Data.DataTableCollection.Remove ( DataTable table)
inline

Definition at line 664 of file DataTableCollection.cs.

665 {
666 long scopeId = DataCommonEventSource.Log.EnterScope("<ds.DataTableCollection.Remove|API> {0}, table={1}", ObjectID, table?.ObjectID ?? 0);
667 try
668 {
670 BaseRemove(table);
672 }
673 finally
674 {
675 DataCommonEventSource.Log.ExitScope(scopeId);
676 }
677 }
void OnCollectionChanging(CollectionChangeEventArgs ccevent)
void OnCollectionChanged(CollectionChangeEventArgs ccevent)

References System.Data.DataTableCollection.BaseRemove(), System.Data.DataCommonEventSource.Log, System.Data.DataTableCollection.ObjectID, System.Data.DataTableCollection.OnCollectionChanged(), and System.Data.DataTableCollection.OnCollectionChanging().

Referenced by System.Data.DataTable.SerializeDataTable().