M_Furcadia_IO_IniFile_IniSection_RemoveAllKeys - 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 all the keys in the section
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public bool RemoveAllKeys()
VB
Public Function RemoveAllKeys As Boolean
VB Usage
Dim instance As IniFile.IniSection
Dim returnValue As Boolean
returnValue = instance.RemoveAllKeys()
C++
public:
bool RemoveAllKeys()
F#
member RemoveAllKeys : unit -> bool
Type: Boolean
[Missing documentation for "M:Furcadia.IO.IniFile.IniSection.RemoveAllKeys"]