M_Furcadia_IO_IniFile_RemoveAllSections - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.RemoveAllSections 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 existing sections, returns trus on success

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

Syntax

C#

public bool RemoveAllSections()

VB

Public Function RemoveAllSections As Boolean

VB Usage

Dim instance As IniFile
Dim returnValue As Boolean

returnValue = instance.RemoveAllSections()

C++

public:
bool RemoveAllSections()

F#

member RemoveAllSections : unit -> bool 

Return Value

Type: Boolean
[Missing documentation for "M:Furcadia.IO.IniFile.RemoveAllSections"]

See Also

Reference

IniFile Class
Furcadia.IO Namespace

⚠️ **GitHub.com Fallback** ⚠️