C# Class x86CS.Configuration.FloppyElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: cryogen/VM86CS

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Private Methods

Méthode Description
FloppyElementCollection ( ) : System.Configuration

Method Details

Add() public méthode

public Add ( FloppyElement element ) : void
element FloppyElement
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object

GetKey() public méthode

public GetKey ( int index ) : int
index int
Résultat int

IsReadOnly() public méthode

public IsReadOnly ( ) : bool
Résultat bool

Remove() public méthode

public Remove ( FloppyElement element ) : void
element FloppyElement
Résultat void

Remove() public méthode

public Remove ( int id ) : void
id int
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : FloppyElement
index int
Résultat FloppyElement

this() public méthode

public this ( string name ) : FloppyElement
name string
Résultat FloppyElement