Click or drag to resize

IniFileGetSection Method

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

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

Gets the section.

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public IniFileIniSection GetSection(
	string sSection
)

Parameters

sSection
Type: SystemString
The s section.

Return Value

Type: IniFileIniSection

[Missing <returns> documentation for "M:Furcadia.IO.IniFile.GetSection(System.String)"]

See Also