M_Furcadia_IO_IniFile_IniSection_AddKey - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.IniSection.AddKey Method

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 key to the IniSection object, returns a IniKey object to the new or existing object

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

Syntax

C#

public IniFile.IniSection.IniKey AddKey(
	string sKey
)

VB

Public Function AddKey ( 
	sKey As String
) As IniFile.IniSection.IniKey

VB Usage

Dim instance As IniFile.IniSection
Dim sKey As String
Dim returnValue As IniFile.IniSection.IniKey

returnValue = instance.AddKey(sKey)

C++

public:
IniFile.IniSection.IniKey^ AddKey(
	String^ sKey
)

F#

member AddKey : 
        sKey : string -> IniFile.IniSection.IniKey 

Parameters

 

sKey
Type: System.String
The s key.

Return Value

Type: IniFile.IniSection.IniKey
[Missing documentation for "M:Furcadia.IO.IniFile.IniSection.AddKey(System.String)"]

See Also

Reference

IniFile.IniSection Class
Furcadia.IO Namespace

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