IniFileSection Constructor (String, IniFileSection)

tikumo.regis3

IniFileSection Constructor (String, IniFileSection) regdiff Code Documentation
This constructor creates a named section with a parent

Namespace: com.tikumo.regis3.ini
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public IniFileSection(
	string name,
	IniFileSection parent
)
public IniFileSection(
	string name,
	IniFileSection parent
)

Parameters

name
Type: OnlineSystem String
Name of this section
parent
Type: com.tikumo.regis3.ini IniFileSection
Parent section. Must not be null
See Also