Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MimeTextMatchCollection::Remove Method (MimeTextMatch^)

 

Removes the first occurrence of the specified MimeTextMatch from the MimeTextMatchCollection.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
void Remove(
	MimeTextMatch^ match
)

Parameters

match
Type: System.Web.Services.Description::MimeTextMatch^

The MimeTextMatch to remove from the collection.

This method performs a linear search; therefore, the average execution time is proportional to Count.

The elements that follow the removed MimeTextMatch move up to occupy the vacated spot.

The following example demonstrates the use of the Remove method.

MimeText_Match_MatchColl_9#6

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft