XmlArrayItemAttributes.Remove(XmlArrayItemAttribute) Método

Definição

Remove um XmlArrayItemAttribute da coleção, se ele estiver presente.

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)

Parâmetros

attribute
XmlArrayItemAttribute

O XmlArrayItemAttribute para remover.

Comentários

A implementação disso é a mesma que a Remove.

Aplica-se a