BindingElementCollection.AddRange Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Adds binding elements from an array to the collection of binding elements.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- elements
- Type:
System.ServiceModel.Channels.BindingElement
()
The Array of type BindingElement to be added to the collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | elements is Nothing. |
Show: