System.Web.Services.Description.WebReferenceCollection Members

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

See Also: Inherited members from System.Collections.CollectionBase

Public Constructors

Public Properties

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

Public Methods

Add(WebReference) : int

Appends a System.Web.Services.Description.WebReference instance to the collection.

Contains(WebReference) : bool

Determines whether the collection contains a given System.Web.Services.Description.WebReference instance.

CopyTo(WebReference[], int)

Copies members of the collection to a specified array, starting at the specified array index.

IndexOf(WebReference) : int

Determines the index of the specified System.Web.Services.Description.WebReference instance.

Insert(int, WebReference)

Inserts the specified System.Web.Services.Description.WebReference instance at the specified index.

Remove(WebReference)

Removes the specified System.Web.Services.Description.WebReference instance from the collection.