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

◆ ListChangedRemove()

void System.Data.Index.ListChangedRemove ( DataViewListener listener)
inlinepackage

Definition at line 191 of file Index.cs.

192 {
193 _listeners.Remove(listener);
194 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
readonly Listeners< DataViewListener > _listeners
Definition Index.cs:48

References System.Data.Index._listeners, and System.Collections.Generic.Dictionary< TKey, TValue >.Remove().