M_Furcadia_IO_IniFile_IniSection_RemoveKey - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.IniSection.RemoveKey Method (IniFile.IniSection.IniKey)

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Removes a single key by IniKey object

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

Syntax

C#

public bool RemoveKey(
	IniFile.IniSection.IniKey Key
)

VB

Public Function RemoveKey ( 
	Key As IniFile.IniSection.IniKey
) As Boolean

VB Usage

Dim instance As IniFile.IniSection
Dim Key As IniFile.IniSection.IniKey
Dim returnValue As Boolean

returnValue = instance.RemoveKey(Key)

C++

public:
bool RemoveKey(
	IniFile.IniSection.IniKey^ Key
)

F#

member RemoveKey : 
        Key : IniFile.IniSection.IniKey -> bool 

Parameters

 

Key
Type: Furcadia.IO.IniFile.IniSection.IniKey
The key.

Return Value

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

See Also

Reference

IniFile.IniSection Class
RemoveKey Overload
Furcadia.IO Namespace

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