'Declaration
Public Overloads Function Remove( _ ByVal variableName As String _ ) As Boolean
public bool Remove( string variableName )
public: bool Remove( String^ variableName )
Parameters
- variableName
- The name of the variable to remove (case-insensitive).
Return Value
True if the variable was removed, or False if no variable exists with that name.