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

◆ Reset()

void System.Data.Index.Reset ( )
inline

Definition at line 764 of file Index.cs.

765 {
766 DataCommonEventSource.Log.Trace("<ds.Index.Reset|API> {0}", ObjectID);
770 }
void InitRecords(IFilter filter)
Definition Index.cs:634
IFilter RowFilter
Definition Index.cs:66
void FireResetEvent()
Definition Index.cs:577
void MaintainDataView(ListChangedType changedType, int record, bool trackAddRemove)
Definition Index.cs:756

References System.Data.Index.FireResetEvent(), System.Data.Index.InitRecords(), System.Data.DataCommonEventSource.Log, System.Data.Index.MaintainDataView(), System.Data.Index.ObjectID, and System.Data.Index.RowFilter.

Referenced by System.Data.DataView.Reset().