System.Xml.Serialization.XmlArrayItemAttributes.Remove Method

Removes an System.Xml.Serialization.XmlArrayItemAttribute from the collection, if it is present.

Syntax

public void Remove (XmlArrayItemAttribute attribute)

Parameters

attribute
The System.Xml.Serialization.XmlArrayItemAttribute to remove.

Remarks

The implementation of this is the same as the ArrayList.Remove(object).

Requirements

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