Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BindingElementCollection Constructor

 

Initializes a new instance of the BindingElementCollection class.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodBindingElementCollection()

Initializes a new instance of the BindingElementCollection class.

System_CAPS_pubmethodBindingElementCollection(array<BindingElement^>^)

Initializes a new instance of the BindingElementCollection class from an array of binding elements.

System_CAPS_pubmethodBindingElementCollection(IEnumerable<BindingElement^>^)

Initializes a new instance of the BindingElementCollection class from an enumerable set of binding elements.

Return to top
Show:
© 2017 Microsoft