Removes an entry from the section.

Namespace: System.Extensions.IO
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public void Remove(
	string key
)
Visual Basic
Public Sub Remove ( 
	key As String
)
Visual C++
public:
void Remove(
	String^ key
)
F#
member Remove : 
        key : string -> unit 

Parameters

key
Type: System..::..String

[Missing <param name="key"/> documentation for "M:System.Extensions.IO.IniFileSection.Remove(System.String)"]

See Also