MimeTextMatchCollection::Remove Method (MimeTextMatch^)
.NET Framework (current version)
Removes the first occurrence of the specified MimeTextMatch from the MimeTextMatchCollection.
Assembly: System.Web.Services (in System.Web.Services.dll)
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
Available since 1.1
Show: