C# Class x86CS.Configuration.DiskElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostrar archivo Open project: cryogen/VM86CS

Public Methods

Method Description
Add ( DiskElement element ) : void
Clear ( ) : void
GetKey ( int index ) : int
IsReadOnly ( ) : bool
Remove ( DiskElement element ) : void
Remove ( int id ) : void
RemoveAt ( int index ) : void
this ( int index ) : DiskElement
this ( string name ) : DiskElement

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Private Methods

Method Description
DiskElementCollection ( ) : System.Configuration

Method Details

Add() public method

public Add ( DiskElement element ) : void
element DiskElement
return void

Clear() public method

public Clear ( ) : void
return void

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

GetKey() public method

public GetKey ( int index ) : int
index int
return int

IsReadOnly() public method

public IsReadOnly ( ) : bool
return bool

Remove() public method

public Remove ( DiskElement element ) : void
element DiskElement
return void

Remove() public method

public Remove ( int id ) : void
id int
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : DiskElement
index int
return DiskElement

this() public method

public this ( string name ) : DiskElement
name string
return DiskElement