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

◆ Close() [1/2]

override void System.Xml.Xsl.Runtime.XmlAttributeCache.Close ( )
inlinevirtual

Reimplemented from System.Xml.XmlWriter.

Definition at line 197 of file XmlAttributeCache.cs.

198 {
199 _wrapped.Close();
200 }
virtual void Close(WriteState currentState)

References System.Xml.Xsl.Runtime.XmlAttributeCache._wrapped, and System.Xml.XmlRawWriter.Close().