Aracılığıyla paylaş


UriSchemeKeyedCollection(Uri[]) Oluşturucu

Tanım

UriSchemeKeyedCollection sınıfının yeni bir örneğini başlatır.

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

Parametreler

addressesuris
Uri[]

Koleksiyonu başlatmak için kullanılan nesnelerin değişken uzunluğu Array Uri .

Özel durumlar

addresses, null değeridir.

Şunlara uygulanır