MimeTextMatchCollection.Remove(MimeTextMatch) 메서드

정의

에서 지정된 MimeTextMatchMimeTextMatchCollection첫 번째 항목을 제거합니다.

public:
 void Remove(System::Web::Services::Description::MimeTextMatch ^ match);
public void Remove(System.Web.Services.Description.MimeTextMatch match);
member this.Remove : System.Web.Services.Description.MimeTextMatch -> unit
Public Sub Remove (match As MimeTextMatch)

매개 변수

match
MimeTextMatch

MimeTextMatch 컬렉션에서 제거할 항목입니다.

예제

다음 예제에서는 Remove 메서드를 사용하는 방법을 보여 줍니다.

MimeText_Match_MatchColl_9#6

설명

이 메서드는 선형 검색을 수행합니다. 따라서 평균 실행 시간은 .에 비례합니다 Count.

제거된 MimeTextMatch 뒤에 있는 요소가 위로 이동하여 비워진 지점을 차지합니다.

적용 대상