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实现与 ..

适用于