ConfigurationElementCollection 생성자

정의

ConfigurationElementCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

ConfigurationElementCollection()

ConfigurationElementCollection 클래스의 새 인스턴스를 초기화합니다.

ConfigurationElementCollection(IComparer)

ConfigurationElementCollection 클래스의 새 인스턴스를 만듭니다.

ConfigurationElementCollection()

Source:
ConfigurationElementCollection.cs
Source:
ConfigurationElementCollection.cs
Source:
ConfigurationElementCollection.cs

ConfigurationElementCollection 클래스의 새 인스턴스를 초기화합니다.

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

설명

새 인스턴스를 만든 합니다 ConfigurationElementCollection 애플리케이션 사용자 지정 해야 할 경우 ConfigurationElementCollection합니다.

적용 대상

ConfigurationElementCollection(IComparer)

Source:
ConfigurationElementCollection.cs
Source:
ConfigurationElementCollection.cs
Source:
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 비교자입니다.

예외

comparer이(가) null인 경우

설명

IComparer 사용할 비교자를 설정하는 데 사용됩니다. 예를 들어 대/소문자를 구분하지 않는 비교자를 사용하여 주요 대/소문자를 구분하지 않도록 할 수 있습니다.

적용 대상