ServiceNameCollection.Merge メソッド

定義

現在の ServiceNameCollection を指定された値とマージして、結合領域を包む新しい ServiceNameCollection を作成します。

オーバーロード

Merge(IEnumerable)

現在の ServiceNameCollection を指定された値とマージして、結合領域を包む新しい ServiceNameCollection を作成します。

Merge(String)

現在の ServiceNameCollection を指定された値とマージして、結合領域を包む新しい ServiceNameCollection を作成します。

Merge(IEnumerable)

ソース:
ServiceNameCollection.cs
ソース:
ServiceNameCollection.cs
ソース:
ServiceNameCollection.cs

現在の ServiceNameCollection を指定された値とマージして、結合領域を包む新しい ServiceNameCollection を作成します。

public:
 System::Security::Authentication::ExtendedProtection::ServiceNameCollection ^ Merge(System::Collections::IEnumerable ^ serviceNames);
public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge (System.Collections.IEnumerable serviceNames);
member this.Merge : System.Collections.IEnumerable -> System.Security.Authentication.ExtendedProtection.ServiceNameCollection
Public Function Merge (serviceNames As IEnumerable) As ServiceNameCollection

パラメーター

serviceNames
IEnumerable

マージされるサービス名の指定された値を格納する IEnumerable クラスのインスタンス。

戻り値

指定した値とマージされた既存の ServiceNameCollection インスタンスの和集合を含む新しい ServiceNameCollection インスタンス。

例外

serviceNamesnullです。

serviceNames が空です。

注釈

ServiceNameCollection初期化されるクラスには、 パラメーターで渡された指定された値がitems含まれています。

適用対象

Merge(String)

ソース:
ServiceNameCollection.cs
ソース:
ServiceNameCollection.cs
ソース:
ServiceNameCollection.cs

現在の ServiceNameCollection を指定された値とマージして、結合領域を包む新しい ServiceNameCollection を作成します。

public:
 System::Security::Authentication::ExtendedProtection::ServiceNameCollection ^ Merge(System::String ^ serviceName);
public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge (string serviceName);
member this.Merge : string -> System.Security.Authentication.ExtendedProtection.ServiceNameCollection
Public Function Merge (serviceName As String) As ServiceNameCollection

パラメーター

serviceName
String

クラスの初期化に使用されるサービス名の指定された値を格納する文字列。

戻り値

指定した値とマージされた既存の ServiceNameCollection インスタンスの和集合を含む新しい ServiceNameCollection インスタンス。

例外

serviceNamesnullです。

serviceNames が空です。

注釈

ServiceNameCollection初期化されるクラスには、 パラメーターで渡された指定された値がitems含まれています。

適用対象