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

◆ RemoveExtensionObject()

object? System.Xml.Xsl.XsltArgumentList.RemoveExtensionObject ( string namespaceUri)
inline

Definition at line 63 of file XsltArgumentList.cs.

64 {
65 object result = _extensions[namespaceUri];
66 _extensions.Remove(namespaceUri);
67 return result;
68 }
virtual void Remove(object key)

References System.Xml.Xsl.XsltArgumentList._extensions, and System.Collections.Hashtable.Remove().