OperationDescriptionCollection.InsertItem(Int32, OperationDescription) Method

Definition

Inserts an element into the operation description collection at the specified index.

protected:
 override void InsertItem(int index, System::ServiceModel::Description::OperationDescription ^ item);
protected override void InsertItem (int index, System.ServiceModel.Description.OperationDescription item);
override this.InsertItem : int * System.ServiceModel.Description.OperationDescription -> unit
Protected Overrides Sub InsertItem (index As Integer, item As OperationDescription)

Parameters

index
Int32

The zero-based index at which item should be inserted.

Exceptions

item is null.

Remarks

This method is provided for the Windows Communication Foundation (WCF) system to do input validation and is not expected to be called by users.

Applies to