Click or drag to resize

IniFileIniSectionAddKey Method

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

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

Adds a key to the IniSection object, returns a IniKey object to the new or existing object

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

Parameters

sKey
Type: SystemString
The s key.

Return Value

Type: IniFileIniSectionIniKey

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

See Also