Click or drag to resize

IniFileRemoveSection Method (IniFileIniSection)

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Removes section by object, returns trus on success

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public bool RemoveSection(
	IniFileIniSection Section
)

Parameters

Section
Type: Furcadia.IOIniFileIniSection
The section.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Furcadia.IO.IniFile.RemoveSection(Furcadia.IO.IniFile.IniSection)"]

See Also