M_Furcadia_IO_IniFile_IniSection__ctor - 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.]
Constuctor so objects are internally managed
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
protected IniSection(
IniFile parent,
string sSection
)
VB
Protected Sub New (
parent As IniFile,
sSection As String
)
VB Usage
Dim parent As IniFile
Dim sSection As String
Dim instance As New IniFile.IniSection(parent,
sSection)
C++
protected:
IniSection(
IniFile^ parent,
String^ sSection
)
F#
new :
parent : IniFile *
sSection : string -> IniSection
- parent
- Type: Furcadia.IO.IniFile
The parent. - sSection
- Type: System.String
The s section.