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

◆ Attributes

override XmlAttributeCollection System.Xml.XmlBoundElement.Attributes
get

Definition at line 13 of file XmlBoundElement.cs.

14 {
15 [UnconditionalSuppressMessage("ReflectionAnalysis", "IL2026:RequiresUnreferencedCode", Justification = "This whole class is unsafe. Constructors are marked as such.")]
16 get
17 {
19 return base.Attributes;
20 }
21 }

Referenced by System.Xml.XPathNodePointer.MoveToNextNamespace().