Click or drag to resize

IniFileIniSectionGetKey Method

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

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

Returns a IniKey object to the key by name, NULL if it was not found

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public IniFileIniSectionIniKey GetKey(
	string sKey
)

Parameters

sKey
Type: SystemString
The s key.

Return Value

Type: IniFileIniSectionIniKey

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

See Also