UriSchemeKeyedCollection(Uri[]) Constructor

Definition

Initializes a new instance of the UriSchemeKeyedCollection class.

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

Parameters

addresses
Uri[]

A variable length Array of Uri objects used to initialize the collection.

Exceptions

addresses is null.

Applies to