XmlArrayItemAttributes.Remove(XmlArrayItemAttribute) Method

Definition

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

public:
 void Remove(System::Xml::Serialization::XmlArrayItemAttribute ^ attribute);
public void Remove (System.Xml.Serialization.XmlArrayItemAttribute attribute);
public void Remove (System.Xml.Serialization.XmlArrayItemAttribute? attribute);
member this.Remove : System.Xml.Serialization.XmlArrayItemAttribute -> unit
Public Sub Remove (attribute As XmlArrayItemAttribute)

Parameters

attribute
XmlArrayItemAttribute

The XmlArrayItemAttribute to remove.

Remarks

The implementation of this is the same as the Remove.

Applies to