CmdArguments.Remove method (1 of 2)

Removes the value with the specified command line switch from the Dictionary

public bool Remove(KeyValuePair<string, string> item)
parameter description
item Command line switch to remove (only the Key is used in the item)

Return Value

True if the element was found, False otherwise.

See Also


CmdArguments.Remove method (2 of 2)

Removes the value with the specified command line switch from the Dictionary

public bool Remove(string key)
parameter description
key Command line switch to remove

Return Value

True if the element was found, False otherwise.

See Also