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 포함됩니다.

적용 대상