IniFileSection Class | regdiff Code Documentation |
This class represents a section in an .INI file. INI files can be organized to have recursive sections, so for example
[foo\bar\blub]
could either be represented as a single section named 'foo\bar\blub', or three sections named 'foo', 'bar' and 'blub' respectively.
Inheritance Hierarchy
com.tikumo.regis3.ini IniFile
Namespace: com.tikumo.regis3.ini
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
See Also