System.Xml.XmlAttributeCollection.RemoveAt Method

Removes the attribute corresponding to the specified index from the collection.

Syntax

public XmlAttribute RemoveAt (int i)

Parameters

i
The index of the node to remove. The first node has index 0.

Returns

Returns null if there is no attribute at the specified index.

Remarks

This method is a Microsoft extension to the Document Object Model (DOM).

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0