XmlArrayItemAttributes.Remove(XmlArrayItemAttribute) Metoda

Definicja

Usuwa obiekt XmlArrayItemAttribute z kolekcji, jeśli jest obecny.

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)

Parametry

attribute
XmlArrayItemAttribute

Element XmlArrayItemAttribute do usunięcia.

Uwagi

Implementacja tej funkcji jest taka sama jak .Remove

Dotyczy