System.Web.Services.Description.ServiceDescriptionBaseCollection.OnRemove Method

Removes an element from the System.Web.Services.Description.ServiceDescriptionBaseCollection.

Syntax

protected override void OnRemove (int index, object value)

Parameters

index
The zero-based index of the value parameter to be removed.
value
The element to remove from the collection.

Remarks

This method is intended to be overridden to perform additional processes, such as validation, when an element is removed from the collection.

This protected method is accessible only through this class or a derived class.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0