C# Class SimShift.Utils.IniReader

Inheritance: IDisposable
Afficher le fichier Open project: nlhans/SimShift Class Usage Examples

Protected Properties

Свойство Type Description
_group IList
_handlers IList>

Méthodes publiques

Méthode Description
AddHandler ( Action handler ) : void
ApplyGroup ( string group, bool nest ) : void
Dispose ( ) : void
IniReader ( string dataSource ) : System
IniReader ( string dataSource, bool isFileData ) : System
Parse ( ) : void
RemoveHandler ( Action handler ) : void

Private Methods

Méthode Description
LeaveGroup ( bool nest ) : void

Method Details

AddHandler() public méthode

public AddHandler ( Action handler ) : void
handler Action
Résultat void

ApplyGroup() public méthode

public ApplyGroup ( string group, bool nest ) : void
group string
nest bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IniReader() public méthode

public IniReader ( string dataSource ) : System
dataSource string
Résultat System

IniReader() public méthode

public IniReader ( string dataSource, bool isFileData ) : System
dataSource string
isFileData bool
Résultat System

Parse() public méthode

public Parse ( ) : void
Résultat void

RemoveHandler() public méthode

public RemoveHandler ( Action handler ) : void
handler Action
Résultat void

Property Details

_group protected_oe property

protected IList _group
Résultat IList

_handlers protected_oe property

protected IList> _handlers
Résultat IList>