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 클래스의 인스턴스입니다.

예외

item이(가) null인 경우

item가 비어 있는 경우

설명

초기화된 클래스에는 ServiceNameCollection 매개 변수에 전달된 지정된 값이 items 포함됩니다.

적용 대상