M_Furcadia_IO_IniFile_IniSection_IniKey__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 IniKey(
IniFile.IniSection parent,
string sKey
)
VB
Protected Sub New (
parent As IniFile.IniSection,
sKey As String
)
VB Usage
Dim parent As IniFile.IniSection
Dim sKey As String
Dim instance As New IniFile.IniSection.IniKey(parent,
sKey)
C++
protected:
IniKey(
IniFile.IniSection^ parent,
String^ sKey
)
F#
new :
parent : IniFile.IniSection *
sKey : string -> IniKey
- parent
- Type: Furcadia.IO.IniFile.IniSection
The parent. - sKey
- Type: System.String
The s key.