C# 클래스 System.Configuration.Provider.ProviderCollection

상속: ICollection, IEnumerable
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ProviderBase provider ) : void
Clear ( ) : void
CopyTo ( ProviderBase array, int index ) : void
GetEnumerator ( ) : IEnumerator
ProviderCollection ( ) : System.Collections
Remove ( string name ) : void
SetReadOnly ( ) : void
this ( string name ) : ProviderBase

비공개 메소드들

메소드 설명
ICollection ( Array array, int index ) : void

메소드 상세

Add() 공개 메소드

public Add ( ProviderBase provider ) : void
provider ProviderBase
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyTo() 공개 메소드

public CopyTo ( ProviderBase array, int index ) : void
array ProviderBase
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

ProviderCollection() 공개 메소드

public ProviderCollection ( ) : System.Collections
리턴 System.Collections

Remove() 공개 메소드

public Remove ( string name ) : void
name string
리턴 void

SetReadOnly() 공개 메소드

public SetReadOnly ( ) : void
리턴 void

this() 공개 메소드

public this ( string name ) : ProviderBase
name string
리턴 ProviderBase