System.Web.Services.Description.MimePartCollection Members

The members of System.Web.Services.Description.MimePartCollection are listed below.

See Also: Inherited members from System.Collections.CollectionBase

Public Constructors

Public Properties

default property
Item(int)MimePart. Documentation for this section has not yet been entered.

Public Methods

Add(MimePart) : int

Adds the specified System.Web.Services.Description.MimePart to the end of the System.Web.Services.Description.MimePartCollection.

Contains(MimePart) : bool

Returns a value indicating whether the specified System.Web.Services.Description.MimePart is a member of the System.Web.Services.Description.MimePartCollection.

CopyTo(MimePart[], int)

Copies the entire System.Web.Services.Description.MimePartCollection to a compatible one-dimensional array of type System.Web.Services.Description.MimePart, starting at the specified zero-based index of the target array.

IndexOf(MimePart) : int

Searches for the specified System.Web.Services.Description.MimePart and returns the zero-based index of the first occurrence within the collection.

Insert(int, MimePart)

Adds the specified System.Web.Services.Description.MimePart to the System.Web.Services.Description.MimePartCollection at the specified index.

Remove(MimePart)

Removes the first occurrence of the specified System.Web.Services.Description.MimePart from the System.Web.Services.Description.MimePartCollection.