IniFileSection Constructor (String, IniFileSection) | regdiff Code Documentation |
This constructor creates a named section with a parent
Namespace: com.tikumo.regis3.iniAssembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
Parameters
- name
- Type: System String
Name of this section
- parent
- Type: com.tikumo.regis3.ini IniFileSection
Parent section. Must not be null
See Also