Remove a parameter by its name.
Namespace: Cartella.InterfacesAssembly: 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
VoidExceptions
Exception | Condition |
---|---|
[!:] | Thrown if the key doesn't exist. |