M_Furcadia_IO_IniFile_AddSection - 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.]
Adds a section to the IniFile object, returns a IniSection object to the new or existing object
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public IniFile.IniSection AddSection(
string sSection
)
VB
Public Function AddSection (
sSection As String
) As IniFile.IniSection
VB Usage
Dim instance As IniFile
Dim sSection As String
Dim returnValue As IniFile.IniSection
returnValue = instance.AddSection(sSection)
C++
public:
IniFile.IniSection^ AddSection(
String^ sSection
)
F#
member AddSection :
sSection : string -> IniFile.IniSection
- sSection
- Type: System.String
The s section.
Type: IniFile.IniSection
[Missing documentation for "M:Furcadia.IO.IniFile.AddSection(System.String)"]