IniFileSection Class

tikumo.regis3

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

OnlineSystem Object  com.tikumo.regis3.ini IniFileSection
    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

public class IniFileSection
public class IniFileSection
See Also