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

◆ NamespaceURI

override string System.Xml.XmlNodeReader.NamespaceURI
get

Definition at line 62 of file XmlNodeReader.cs.

63 {
64 get
65 {
66 if (!IsInReadingStates())
67 {
68 return string.Empty;
69 }
71 }
72 }
readonly XmlNodeReaderNavigator _readerNav

Referenced by System.Data.XmlIgnoreNamespaceReader.MoveToFirstAttribute(), and System.Data.XmlIgnoreNamespaceReader.MoveToNextAttribute().