|
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
)
Public Function RemoveKey (
Key As IniFileIniSectionIniKey
) As Boolean
Dim instance As IniFileIniSection
Dim Key As IniFileIniSectionIniKey
Dim returnValue As Boolean
returnValue = instance.RemoveKey(Key)
public:
bool RemoveKey(
IniFileIniSectionIniKey^ Key
)
member RemoveKey :
Key : IniFileIniSectionIniKey -> bool
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