IniFileParser Constructor | regdiff Code Documentation |
The default constructor creates a root section (typically a IniFile instance) and a set of parse options
Namespace: com.tikumo.regis3.iniAssembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
public IniFileParser( IniFileSection rootSection, IniFileOptions options = IniFileOptions.KeepComments|IniFileOptions.KeepFlat|IniFileOptions.StripEmptyLines )
public IniFileParser( IniFileSection rootSection, IniFileOptions options = IniFileOptions.KeepComments|IniFileOptions.KeepFlat|IniFileOptions.StripEmptyLines )
Parameters
- rootSection
- Type: com.tikumo.regis3.ini IniFileSection
Root section
- options (Optional)
- Type: com.tikumo.regis3.ini IniFileOptions
Parse options
See Also