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

◆ PrivateDisposeNodeList()

override void System.Xml.XmlElementList.PrivateDisposeNodeList ( )
inlineprotectedvirtual

Reimplemented from System.Xml.XmlNodeList.

Definition at line 259 of file XmlElementList.cs.

260 {
261 GC.SuppressFinalize(this);
263 }
void IDisposable. Dispose()

References System.Xml.Dictionary, System.Xml.XmlNodeList.Dispose(), and System.GC.SuppressFinalize().