ConfigurationElementCollection Konstruktory

Definice

Inicializuje novou instanci ConfigurationElementCollection třídy .

Přetížení

ConfigurationElementCollection()

Inicializuje novou instanci ConfigurationElementCollection třídy .

ConfigurationElementCollection(IComparer)

Vytvoří novou instanci třídy ConfigurationElementCollection.

ConfigurationElementCollection()

Zdroj:
ConfigurationElementCollection.cs
Zdroj:
ConfigurationElementCollection.cs
Zdroj:
ConfigurationElementCollection.cs

Inicializuje novou instanci ConfigurationElementCollection třídy .

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

Poznámky

Novou instanci objektu ConfigurationElementCollection vytvoříte, když vaše aplikace potřebuje vytvořit vlastní ConfigurationElementCollection.

Platí pro

ConfigurationElementCollection(IComparer)

Zdroj:
ConfigurationElementCollection.cs
Zdroj:
ConfigurationElementCollection.cs
Zdroj:
ConfigurationElementCollection.cs

Vytvoří novou instanci třídy 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)

Parametry

comparer
IComparer

Porovnávače IComparer , který se má použít.

Výjimky

comparer je null.

Poznámky

Slouží IComparer k nastavení porovnávače, který se má použít. Můžete například použít porovnávací nástroj, který nerozlišuje malá a velká písmena, aby klíč nerozlišil malá a velká písmena.

Platí pro