IniSection Constructor

TG.INI

IniSection Constructor

Initializes a new IniSection with the provided name.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniSection(
	string name
)
Public Sub New ( 
	name As String
)
public:
IniSection(
	String^ name
)
new : 
        name : string -> IniSection

Parameters

name
Type: SystemString
The name of the new section.
See Also