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