UriSchemeKeyedCollection(Uri[]) Конструктор

Определение

Инициализирует новый экземпляр класса UriSchemeKeyedCollection.

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())

Параметры

addressesuris
Uri[]

Массив Array переменной длины, состоящий из объектов Uri, используемых для инициализации коллекции.

Исключения

addresses имеет значение null.

Применяется к