ConfigurationBuilderCollection 클래스

정의

이름별로 ConfigurationBuilder 개체의 컬렉션을 유지합니다.

public ref class ConfigurationBuilderCollection : System::Configuration::Provider::ProviderCollection
public class ConfigurationBuilderCollection : System.Configuration.Provider.ProviderCollection
type ConfigurationBuilderCollection = class
    inherit ProviderCollection
Public Class ConfigurationBuilderCollection
Inherits ProviderCollection
상속
ConfigurationBuilderCollection

생성자

ConfigurationBuilderCollection()

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

속성

Count

컬렉션의 공급자 수를 가져옵니다.

(다음에서 상속됨 ProviderCollection)
IsSynchronized

해당 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ProviderCollection)
Item[String]

제공한 이름으로 구성된 ConfigurationBuilderCollection에서 ConfigurationBuilder 개체를 가져옵니다.

SyncRoot

현재 개체를 가져옵니다.

(다음에서 상속됨 ProviderCollection)

메서드

Add(ProviderBase)

ConfigurationBuilder 개체를 ConfigurationBuilderCollection 개체에 추가합니다.

Clear()

컬렉션에서 모든 항목을 제거합니다.

(다음에서 상속됨 ProviderCollection)
CopyTo(ProviderBase[], Int32)

지정된 인덱스에서 시작하여 지정된 배열에 컬렉션의 내용을 복사합니다.

(다음에서 상속됨 ProviderCollection)
Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

컬렉션을 반복할 IEnumerator 인터페이스를 구현하는 개체를 반환합니다.

(다음에서 상속됨 ProviderCollection)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Remove(String)

컬렉션에서 공급자를 제거합니다.

(다음에서 상속됨 ProviderCollection)
SetReadOnly()

컬렉션을 읽기 전용으로 설정합니다.

(다음에서 상속됨 ProviderCollection)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

ICollection.CopyTo(Array, Int32)

ProviderCollection의 요소를 특정 배열 인덱스에서 시작하여 배열에 복사합니다.

(다음에서 상속됨 ProviderCollection)

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상