Click or drag to resize

IniFileIniSectionRemoveKey Method (IniFileIniSectionIniKey)

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

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

Removes a single key by IniKey object

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public bool RemoveKey(
	IniFileIniSectionIniKey Key
)

Parameters

Key
Type: Furcadia.IOIniFileIniSectionIniKey
The key.

Return Value

Type: Boolean

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

See Also