Sdílet prostřednictvím


BindingElementCollection Konstruktory

Definice

Inicializuje novou instanci BindingElementCollection třídy .

Přetížení

BindingElementCollection()

Inicializuje novou instanci BindingElementCollection třídy .

BindingElementCollection(IEnumerable<BindingElement>)

Inicializuje novou instanci BindingElementCollection třídy z výčtu sady vazeb prvků.

BindingElementCollection(BindingElement[])

Inicializuje novou instanci BindingElementCollection třídy z pole elementů vazby.

BindingElementCollection()

Zdroj:
BindingElementCollection.cs
Zdroj:
BindingElementCollection.cs
Zdroj:
BindingElementCollection.cs

Inicializuje novou instanci BindingElementCollection třídy .

public:
 BindingElementCollection();
public BindingElementCollection ();
Public Sub New ()

Platí pro

BindingElementCollection(IEnumerable<BindingElement>)

Zdroj:
BindingElementCollection.cs
Zdroj:
BindingElementCollection.cs
Zdroj:
BindingElementCollection.cs

Inicializuje novou instanci BindingElementCollection třídy z výčtu sady vazeb prvků.

public:
 BindingElementCollection(System::Collections::Generic::IEnumerable<System::ServiceModel::Channels::BindingElement ^> ^ elements);
public BindingElementCollection (System.Collections.Generic.IEnumerable<System.ServiceModel.Channels.BindingElement> elements);
new System.ServiceModel.Channels.BindingElementCollection : seq<System.ServiceModel.Channels.BindingElement> -> System.ServiceModel.Channels.BindingElementCollection
Public Sub New (elements As IEnumerable(Of BindingElement))

Parametry

elements
IEnumerable<BindingElement>

Obecný IEnumerable<T> typ BindingElement použitý k inicializaci kolekce.

Výjimky

elements je null.

Platí pro

BindingElementCollection(BindingElement[])

Zdroj:
BindingElementCollection.cs
Zdroj:
BindingElementCollection.cs
Zdroj:
BindingElementCollection.cs

Inicializuje novou instanci BindingElementCollection třídy z pole elementů vazby.

public:
 BindingElementCollection(cli::array <System::ServiceModel::Channels::BindingElement ^> ^ elements);
public BindingElementCollection (System.ServiceModel.Channels.BindingElement[] elements);
new System.ServiceModel.Channels.BindingElementCollection : System.ServiceModel.Channels.BindingElement[] -> System.ServiceModel.Channels.BindingElementCollection
Public Sub New (elements As BindingElement())

Parametry

elements
BindingElement[]

Typ Array typu BindingElement použitý k inicializaci kolekce.

Výjimky

elements je null.

Platí pro