ChannelParameterCollection.InsertItem Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Inserts the specified item into the collection using the specified index.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- index
- Type: System.Int32
The index of the item in the collection.
- item
- Type: System.Object
The item to add to the collection.
Show: