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

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

See Also: Inherited members from System.Web.Services.Description.ServiceDescriptionBaseCollection

Public Methods

Add(Import) : int

Adds the specified System.Web.Services.Description.Import to the end of the System.Web.Services.Description.ImportCollection.

Contains(Import) : bool

Returns a value indicating whether the specified System.Web.Services.Description.Import is a member of the System.Web.Services.Description.ImportCollection.

CopyTo(Import[], int)

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

IndexOf(Import) : int

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

Insert(int, Import)

Adds the specified System.Web.Services.Description.Import instance to the System.Web.Services.Description.ImportCollection at the specified zero-based index.

Remove(Import)

Removes the first occurrence of the specified System.Web.Services.Description.Import from the System.Web.Services.Description.ImportCollection.

Protected Methods

override
SetParent(object, object)
Documentation for this section has not yet been entered.