IniFile.AddSection Method (IniFile.Section)

IniFileIO

IniFileAddSection Method (IniFileSection)

IniFileIO Documentation
Adds the section to the object.

Namespace:  IniFileIO
Assembly:  IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax

public bool AddSection(
	IniFileSection section
)
Public Function AddSection ( 
	section As IniFileSection
) As Boolean
public:
bool AddSection(
	IniFileSection section
)
member AddSection : 
        section : IniFileSection -> bool 

Parameters

section
Type: IniFileIOIniFileSection
Full IniFileSection to be added.

Return Value

Type: Boolean
Whether or not the section was successfully added.
See Also

Reference