OptionCollection.Remove

OptionCollection.Remove method

Removes item from collection, throws NotImplementedException.

public bool Remove(Option item)
ParameterTypeDescription
itemOptionOperator item to remove.

Return Value

Throws NotImplementedException

See Also