C# 클래스 x86CS.Configuration.FloppyElementCollection

상속: System.Configuration.ConfigurationElementCollection
파일 보기 프로젝트 열기: cryogen/VM86CS

공개 메소드들

메소드 설명
Add ( FloppyElement element ) : void
Clear ( ) : void
GetKey ( int index ) : int
IsReadOnly ( ) : bool
Remove ( FloppyElement element ) : void
Remove ( int id ) : void
RemoveAt ( int index ) : void
this ( int index ) : FloppyElement
this ( string name ) : FloppyElement

보호된 메소드들

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

비공개 메소드들

메소드 설명
FloppyElementCollection ( ) : System.Configuration

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateNewElement() 보호된 메소드

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

GetElementKey() 보호된 메소드

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

GetKey() 공개 메소드

public GetKey ( int index ) : int
index int
리턴 int

IsReadOnly() 공개 메소드

public IsReadOnly ( ) : bool
리턴 bool

Remove() 공개 메소드

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

Remove() 공개 메소드

public Remove ( int id ) : void
id int
리턴 void

RemoveAt() 공개 메소드

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

this() 공개 메소드

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

this() 공개 메소드

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