ServiceNameCollection::Merge Method (IEnumerable^)
.NET Framework (current version)
Merges the current ServiceNameCollection with the specified values to create a new ServiceNameCollection containing the union.
Assembly: System (in System.dll)
Parameters
- serviceNames
-
Type:
System.Collections::IEnumerable^
An instance of the IEnumerable class that contains the specified values of service names to be merged.
Return Value
Type: System.Security.Authentication.ExtendedProtection::ServiceNameCollection^A new ServiceNameCollection instance that contains the union of the existing ServiceNameCollection instance merged with the specified values.
| Exception | Condition |
|---|---|
| ArgumentNullException | serviceNames is null. |
| ArgumentException | serviceNames is empty. |
The ServiceNameCollection class that is initialized contains the specified values passed in the items parameter.
.NET Framework
Available since 2.0
Available since 2.0
Show: