XmlElementAttributes.Remove(XmlElementAttribute) Method

Definition

Removes the specified object from the collection.

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

Parameters

attribute
XmlElementAttribute

The XmlElementAttribute to remove from the collection.

Applies to