OperationDescriptionCollection.InsertItem(Int32, OperationDescription) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- item
 - OperationDescription
 
The OperationDescription to insert.
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.