Share via


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인 경우

적용 대상