Remove a parameter by its name.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
void Remove(
	string key
)
Visual Basic
Sub Remove ( _
	key As String _
)
Visual C++
void Remove(
	String^ key
)

Parameters

key
Type: System..::..String
The name of the parameter

Field Value

Void

Exceptions

ExceptionCondition
[!:]Thrown if the key doesn't exist.

See Also