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.

적용 대상