Sdílet prostřednictvím


UriSchemeKeyedCollection(Uri[]) Konstruktor

Definice

Inicializuje novou instanci UriSchemeKeyedCollection třídy.

public:
 UriSchemeKeyedCollection(... cli::array <Uri ^> ^ addresses);
public:
 UriSchemeKeyedCollection(... cli::array <Uri ^> ^ uris);
public UriSchemeKeyedCollection (params Uri[] addresses);
public UriSchemeKeyedCollection (params Uri[] uris);
new System.ServiceModel.UriSchemeKeyedCollection : Uri[] -> System.ServiceModel.UriSchemeKeyedCollection
new System.ServiceModel.UriSchemeKeyedCollection : Uri[] -> System.ServiceModel.UriSchemeKeyedCollection
Public Sub New (ParamArray addresses As Uri())
Public Sub New (ParamArray uris As Uri())

Parametry

addressesuris
Uri[]

Proměnná délka Array Uri objektů používaných k inicializaci kolekce.

Výjimky

addresses je null.

Platí pro