System.Web.Services.Description.MimeTextMatchCollection: Method Members

The methods of System.Web.Services.Description.MimeTextMatchCollection are listed below. For a list of all members, see the MimeTextMatchCollection Members list.

See Also: Inherited members from System.Collections.CollectionBase

Public Methods

Add(MimeTextMatch) : int

Adds the specified System.Web.Services.Description.MimeTextMatch to the end of the System.Web.Services.Description.MimeTextMatchCollection.

Contains(MimeTextMatch) : bool

Returns a value indicating whether the specified System.Web.Services.Description.MimeTextMatch is a member of the System.Web.Services.Description.MimeTextMatchCollection.

CopyTo(MimeTextMatch[], int)

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

IndexOf(MimeTextMatch) : int

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

Insert(int, MimeTextMatch)

Adds the specified System.Web.Services.Description.MimeTextMatch to the System.Web.Services.Description.MimeTextMatchCollection at the specified index.

Remove(MimeTextMatch)

Removes the first occurrence of the specified System.Web.Services.Description.MimeTextMatch from the System.Web.Services.Description.MimeTextMatchCollection.