XmlArrayItemAttributes.Remove(XmlArrayItemAttribute) 方法

定義

如果存在 XmlArrayItemAttribute,則從集合移除它。

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)

參數

attribute
XmlArrayItemAttribute

要移除的 XmlArrayItemAttribute

備註

的實作與 相同 Remove

適用於