ServiceNameCollection(ICollection) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.