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

◆ DeleteAttribute()

static void System.Xml.DocumentXPathNavigator.DeleteAttribute ( XmlAttribute attribute,
int index )
inlinestaticprivate

Definition at line 1580 of file DocumentXPathNavigator.cs.

1581 {
1583 {
1585 }
1587 {
1589 }
1590 attributes.RemoveAt(index);
1591 }
bool ICollection< KeyValuePair< TKey, TValue > >. IsReadOnly
static string Xpn_MissingParent
Definition SR.cs:1318
static string Xdom_Node_Modify_ReadOnly
Definition SR.cs:1344
Definition SR.cs:7
static bool ResetAttributePosition(XmlAttribute attribute, [NotNullWhen(true)] XmlAttributeCollection attributes, out int index)
static bool CheckAttributePosition(XmlAttribute attribute, [NotNullWhen(true)] out XmlAttributeCollection attributes, int index)

References System.Xml.DocumentXPathNavigator.CheckAttributePosition(), System.index, System.Collections.Generic.Dictionary< TKey, TValue >.IsReadOnly, System.Xml.DocumentXPathNavigator.ResetAttributePosition(), System.SR.Xdom_Node_Modify_ReadOnly, and System.SR.Xpn_MissingParent.

Referenced by System.Xml.DocumentXPathNavigator.DeleteRange(), and System.Xml.DocumentXPathNavigator.DeleteSelf().