|
IniFileIniSectionRemoveAllKeys Method
|
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 59
Syntax public bool RemoveAllKeys()
Public Function RemoveAllKeys As Boolean
Dim instance As IniFileIniSection
Dim returnValue As Boolean
returnValue = instance.RemoveAllKeys()
public:
bool RemoveAllKeys()
member RemoveAllKeys : unit -> bool
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Furcadia.IO.IniFile.IniSection.RemoveAllKeys"]
See Also