Remove

TaskCollection.Remove method

This is the stub implementation of ICollection’s Remove method, that only throws NotSupportedException

public bool Remove(Task item)
ParameterTypeDescription
itemTaskThe item to remove.

Return Value

true if the item was removed; false otherwise.

See Also