Share via


UriSchemeKeyedCollection(Uri[]) コンストラクター

定義

UriSchemeKeyedCollection クラスの新しいインスタンスを初期化します。

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

パラメーター

addresses
Uri[]

コレクションを初期化するために使用される Array オブジェクトの可変長の Uri

例外

addressesnullです。

適用対象