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と同じです。

適用対象