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

◆ AddAttributeSkipNotify()

override void System.Xml.Linq.XElement.AddAttributeSkipNotify ( XAttribute a)
inlinepackagevirtual

Reimplemented from System.Xml.Linq.XContainer.

Definition at line 996 of file XElement.cs.

997 {
998 if (Attribute(a.Name) != null)
999 {
1001 }
1002 if (a.parent != null)
1003 {
1004 a = new XAttribute(a);
1005 }
1007 }
static string InvalidOperation_DuplicateAttribute
Definition SR.cs:42
Definition SR.cs:7
void AppendAttributeSkipNotify(XAttribute a)
Definition XElement.cs:1023

References System.Xml.Linq.XElement.AppendAttributeSkipNotify(), System.Xml.Attribute, and System.SR.InvalidOperation_DuplicateAttribute.