Base:
method
RemoveNodeAt
System.Xml.XmlNamedNodeMap.RemoveNodeAt(System.Int32)
4 references to RemoveNodeAt
System.Xml (4)
System\Xml\Dom\XmlAttributeCollection.cs (2)
210
RemoveNodeAt
( offset );
222
return(XmlAttribute)
RemoveNodeAt
( i );
System\Xml\Dom\XmlLoader.cs (2)
713
elem.Attributes.
RemoveNodeAt
(i);
727
elem.Attributes.
RemoveNodeAt
(i);