System.Web.Services.Description.WebReferenceCollection.Insert Method

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

Syntax

public void Insert (int index, WebReference webReference)

Parameters

index
The index at which to insert the specified Web reference.
webReference
The Web reference to insert.

Remarks

The indices of members of the collection with indices higher than index are each increased by one. Indices are zero based.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0