Language

ServiceNameCollection(ICollection) コンストラクター

定義

既存のServiceNameCollectionに基づいて、ICollection クラスの新しい読み取り専用インスタンスを初期化します。

public:
 ServiceNameCollection(System::Collections::ICollection ^ items);
public ServiceNameCollection(System.Collections.ICollection items);
new System.Security.Authentication.ExtendedProtection.ServiceNameCollection : System.Collections.ICollection -> System.Security.Authentication.ExtendedProtection.ServiceNameCollection
Public Sub New (items As ICollection)

パラメーター

items
ICollection

クラスの初期化に使用するサービス名の指定された値を含む ICollection クラスのインスタンス。

例外

itemsnullです。

items が空です。

注釈

初期化される ServiceNameCollection クラスには、 items パラメーターで渡された指定された値が含まれています。

適用対象