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

◆ Remove()

void System.Net.PathList.Remove ( object key)
inlinepackage

Definition at line 85 of file PathList.cs.

86 {
87 lock (SyncRoot)
88 {
90 }
91 }
virtual void Remove(object key)
readonly SortedList m_list
Definition PathList.cs:34

References System.key, System.Net.PathList.m_list, System.Collections.SortedList.Remove(), and System.Net.PathList.SyncRoot.