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

◆ NamespaceManager

XmlNamespaceManager? System.Xml.XmlParserContext.NamespaceManager
getset

Definition at line 40 of file XmlParserContext.cs.

41 {
42 get
43 {
44 return _nsMgr;
45 }
46 set
47 {
48 _nsMgr = value;
49 }
50 }

Referenced by System.Xml.XmlLoader.ParsePartialContent(), and System.Xml.XmlTextReaderImpl.SetupFromParserContext().