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

◆ XmlNamespace

Namespace System.Xml.XmlBaseReader.NamespaceManager.XmlNamespace
staticget

Definition at line 637 of file XmlBaseReader.cs.

638 {
639 get
640 {
641 if (s_xmlNamespace == null)
642 {
643 byte[] array = new byte[39]
644 {
645 120, 109, 108, 104, 116, 116, 112, 58, 47, 47,
646 119, 119, 119, 46, 119, 51, 46, 111, 114, 103,
647 47, 88, 77, 76, 47, 49, 57, 57, 56, 47,
648 110, 97, 109, 101, 115, 112, 97, 99, 101
649 };
650 Namespace @namespace = new Namespace(new XmlBufferReader(array));
651 @namespace.Prefix.SetValue(0, 3);
652 @namespace.Uri.SetValue(3, array.Length - 3);
653 s_xmlNamespace = @namespace;
654 }
655 return s_xmlNamespace;
656 }
657 }

Referenced by System.Xml.XmlBaseReader.NamespaceManager.LookupNamespace(), and System.Xml.XmlBaseReader.NamespaceManager.LookupNamespace().