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

適用対象