IniFile.IniSection.RemoveKey Method (String)

FFF3PP

IniFileIniSectionRemoveKey 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 44
Syntax
public bool RemoveKey(
	string sKey
)
Public Function RemoveKey ( 
	sKey As String
) As Boolean

Dim instance As IniFileIniSection
Dim sKey As String
Dim returnValue As Boolean

returnValue = instance.RemoveKey(sKey)
public:
bool RemoveKey(
	String^ sKey
)
member RemoveKey : 
        sKey : string -> bool 

Parameters

sKey
Type: SystemString
The s key.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Furcadia.IO.IniFile.IniSection.RemoveKey(System.String)"]

See Also