Share via


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.

적용 대상