M_Furcadia_IO_IniFile_IniSection_RemoveKey_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.IniSection.RemoveKey Method (String)

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 the keys in the section

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

Syntax

C#

public bool RemoveKey(
	string sKey
)

VB

Public Function RemoveKey ( 
	sKey As String
) As Boolean

VB Usage

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

returnValue = instance.RemoveKey(sKey)

C++

public:
bool RemoveKey(
	String^ sKey
)

F#

member RemoveKey : 
        sKey : string -> bool 

Parameters

 

sKey
Type: System.String
The s key.

Return Value

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

See Also

Reference

IniFile.IniSection Class
RemoveKey Overload
Furcadia.IO Namespace

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