ConfigurationElementCollection Oluşturucular

Tanım

ConfigurationElementCollection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
ConfigurationElementCollection()

ConfigurationElementCollection sınıfının yeni bir örneğini başlatır.

ConfigurationElementCollection(IComparer)

sınıfının yeni bir örneğini ConfigurationElementCollection oluşturur.

ConfigurationElementCollection()

Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs

ConfigurationElementCollection sınıfının yeni bir örneğini başlatır.

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

Açıklamalar

Uygulamanızın özel ConfigurationElementCollectionbir oluşturması gerektiğinde öğesinin ConfigurationElementCollection yeni bir örneğini oluşturursunuz.

Şunlara uygulanır

ConfigurationElementCollection(IComparer)

Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs
Kaynak:
ConfigurationElementCollection.cs

sınıfının yeni bir örneğini ConfigurationElementCollection oluşturur.

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)

Parametreler

comparer
IComparer

IComparer Kullanılacak karşılaştırıcı.

Özel durumlar

comparer, null'e eşittir.

Açıklamalar

IComparer kullanılacak bir karşılaştırıcı ayarlamak için kullanılır. Örneğin, büyük/küçük harfe duyarsız bir karşılaştırıcı kullanarak anahtar büyük/küçük harfe duyarsız hale getirebilirsiniz.

Şunlara uygulanır