ConfigurationElementCollection コンストラクター

定義

ConfigurationElementCollection クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
ConfigurationElementCollection()

ConfigurationElementCollection クラスの新しいインスタンスを初期化します。

ConfigurationElementCollection(IComparer)

ConfigurationElementCollection クラスの新しいインスタンスを作成します。

ConfigurationElementCollection()

ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs

ConfigurationElementCollection クラスの新しいインスタンスを初期化します。

protected:
 ConfigurationElementCollection();
protected ConfigurationElementCollection();
Protected Sub New ()

注釈

アプリケーションでカスタム ConfigurationElementCollectionを作成する必要がある場合は、ConfigurationElementCollectionの新しいインスタンスを作成します。

適用対象

ConfigurationElementCollection(IComparer)

ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs
ソース:
ConfigurationElementCollection.cs

ConfigurationElementCollection クラスの新しいインスタンスを作成します。

protected:
 ConfigurationElementCollection(System::Collections::IComparer ^ comparer);
protected ConfigurationElementCollection(System.Collections.IComparer comparer);
new System.Configuration.ConfigurationElementCollection : System.Collections.IComparer -> System.Configuration.ConfigurationElementCollection
Protected Sub New (comparer As IComparer)

パラメーター

comparer
IComparer

使用する IComparer 比較子。

例外

comparernullです。

注釈

IComparerは、使用する比較子を設定するために使用されます。 たとえば、大文字と小文字を区別しない比較子を使用して、キーの大文字と小文字を区別しないようにすることができます。

適用対象