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

◆ Remove()

void System.Xml.Resolvers.XmlPreloadedResolver.Remove ( Uri uri)
inline

Definition at line 329 of file XmlPreloadedResolver.cs.

330 {
331 if (uri == null)
332 {
333 throw new ArgumentNullException("uri");
334 }
335 _mappings.Remove(uri);
336 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
readonly Dictionary< Uri, PreloadedData > _mappings

References System.Xml.Resolvers.XmlPreloadedResolver._mappings, and System.Collections.Generic.Dictionary< TKey, TValue >.Remove().