IniFile.RemoveAllSections Method

Furcadia Framework

IniFileRemoveAllSections Method

Furcadia Framework For Third Party Programs
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 existing sections, returns trus on success

Namespace:  Furcadia.IO
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 42
Syntax

public bool RemoveAllSections()
Public Function RemoveAllSections As Boolean

Dim instance As IniFile
Dim returnValue As Boolean

returnValue = instance.RemoveAllSections()
public:
bool RemoveAllSections()
member RemoveAllSections : unit -> bool 

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Furcadia.IO.IniFile.RemoveAllSections"]

See Also

Reference