'Declaration
Public Overloads Function Remove( _ ByVal optionName As String _ ) As Boolean
public bool Remove( string optionName )
public: bool Remove( String^ optionName )
Parameters
- optionName
- The name of the option to remove (case-insensitive)
Return Value
true if the option was removed, or false if the collection does not contain an option with that name