C# 클래스 System.Net.Configuration.BypassElementCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
Add ( BypassElement element ) : void
BypassElementCollection ( ) : System
Clear ( ) : void
IndexOf ( BypassElement element ) : int
Remove ( BypassElement element ) : void
Remove ( string name ) : void
RemoveAt ( int index ) : void
this ( int index ) : BypassElement
this ( string name ) : BypassElement

보호된 메소드들

메소드 설명
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : Object

메소드 상세

Add() 공개 메소드

public Add ( BypassElement element ) : void
element BypassElement
리턴 void

BypassElementCollection() 공개 메소드

public BypassElementCollection ( ) : System
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateNewElement() 보호된 메소드

protected CreateNewElement ( ) : ConfigurationElement
리턴 System.Configuration.ConfigurationElement

GetElementKey() 보호된 메소드

protected GetElementKey ( ConfigurationElement element ) : Object
element System.Configuration.ConfigurationElement
리턴 Object

IndexOf() 공개 메소드

public IndexOf ( BypassElement element ) : int
element BypassElement
리턴 int

Remove() 공개 메소드

public Remove ( BypassElement element ) : void
element BypassElement
리턴 void

Remove() 공개 메소드

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

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

this() 공개 메소드

public this ( int index ) : BypassElement
index int
리턴 BypassElement

this() 공개 메소드

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