Property | Type | Description | |
---|---|---|---|
_group | IList |
||
_handlers | IList |
Method | Description | |
---|---|---|
AddHandler ( Action |
||
ApplyGroup ( string group, bool nest ) : void | ||
Dispose ( ) : void | ||
IniReader ( string dataSource ) : System | ||
IniReader ( string dataSource, bool isFileData ) : System | ||
Parse ( ) : void | ||
RemoveHandler ( Action |
Method | Description | |
---|---|---|
LeaveGroup ( bool nest ) : void |
public ApplyGroup ( string group, bool nest ) : void | ||
group | string | |
nest | bool | |
return | void |
public IniReader ( string dataSource ) : System | ||
dataSource | string | |
return | System |
public IniReader ( string dataSource, bool isFileData ) : System | ||
dataSource | string | |
isFileData | bool | |
return | System |
public RemoveHandler ( Action |
||
handler | Action |
|
return | void |