IniFile.GetSection Method

FFF3PP

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 44
Syntax
public IniFileIniSection GetSection(
	string sSection
)
Public Function GetSection ( 
	sSection As String
) As IniFileIniSection

Dim instance As IniFile
Dim sSection As String
Dim returnValue As IniFileIniSection

returnValue = instance.GetSection(sSection)
public:
IniFileIniSection^ GetSection(
	String^ sSection
)
member GetSection : 
        sSection : string -> IniFileIniSection 

Parameters

sSection
Type: SystemString
The s section.

Return Value

Type: IniFileIniSection

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

See Also