MimePartCollection.Remove(MimePart) 方法

定义

MimePart 中移除指定的 MimePartCollection 的第一个匹配项。

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

参数

mimePart
MimePart

要从该集合中移除的 MimePart

示例

以下示例演示 了 方法的典型用法 Remove

MimePartCollection_8#8

注解

此方法执行线性搜索;因此,平均执行时间与 Count成正比。

删除 MimePart 后的元素会向上移动,以占用空位。

适用于