C# Class NSoft.NFramework.Nini.Ini.IniSection

Afficher le fichier Open project: debop/NFramework Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( string key ) : bool
GetItem ( int index ) : IniItem
GetKeys ( ) : string[]
GetValue ( string key ) : string
IniSection ( string name, string comment = null ) : System.Collections
Remove ( string key ) : void
Set ( ) : void
Set ( string comment ) : void
Set ( string key, string value, string comment = null ) : void

Method Details

Contains() public méthode

public Contains ( string key ) : bool
key string
Résultat bool

GetItem() public méthode

public GetItem ( int index ) : IniItem
index int
Résultat IniItem

GetKeys() public méthode

public GetKeys ( ) : string[]
Résultat string[]

GetValue() public méthode

public GetValue ( string key ) : string
key string
Résultat string

IniSection() public méthode

public IniSection ( string name, string comment = null ) : System.Collections
name string
comment string
Résultat System.Collections

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

Set() public méthode

public Set ( ) : void
Résultat void

Set() public méthode

public Set ( string comment ) : void
comment string
Résultat void

Set() public méthode

public Set ( string key, string value, string comment = null ) : void
key string
value string
comment string
Résultat void