M_Furcadia_IO_IniFile_IniSection_RemoveKey - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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 43
C#
public bool RemoveKey(
IniFile.IniSection.IniKey Key
)
VB
Public Function RemoveKey (
Key As IniFile.IniSection.IniKey
) As Boolean
VB Usage
Dim instance As IniFile.IniSection
Dim Key As IniFile.IniSection.IniKey
Dim returnValue As Boolean
returnValue = instance.RemoveKey(Key)
C++
public:
bool RemoveKey(
IniFile.IniSection.IniKey^ Key
)
F#
member RemoveKey :
Key : IniFile.IniSection.IniKey -> bool
- Key
- Type: Furcadia.IO.IniFile.IniSection.IniKey
The key.
Type: Boolean
[Missing documentation for "M:Furcadia.IO.IniFile.IniSection.RemoveKey(Furcadia.IO.IniFile.IniSection.IniKey)"]
IniFile.IniSection Class
RemoveKey Overload
Furcadia.IO Namespace