ServiceNameCollection(ICollection) Constructor

Definition

Initializes a new read-only instance of the ServiceNameCollection class based on an existing 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)

Parameters

items
ICollection

An instance of the ICollection class that contains the specified values of service names to be used to initialize the class.

Exceptions

item is null.

item is empty.

Remarks

The ServiceNameCollection class that is initialized contains the specified values passed in the items parameter.

Applies to