Removes the attribute node with the specified index from the map.
[Visual Basic] Overridable Public Function RemoveAt( _ ByVal i As Integer _ ) As XmlAttribute [C#] public virtual XmlAttribute RemoveAt( int i ); [C++] public: virtual XmlAttribute* RemoveAt( int i ); [JScript] public function RemoveAt( i : int ) : XmlAttribute;
XmlAttributeCollection Class | XmlAttributeCollection Members | System.NewXml Namespace