System.Web.Services.Description.MimeTextMatchCollection Members

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

See Also: Inherited members from System.Collections.CollectionBase

Public Constructors

Public Properties

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

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.