IEnumerableExtensionRemove Method

Overload List

RemoveTSource(IEnumerableTSource, TSource) Removes each occurrence of value from values.
RemoveTSource(IEnumerableTSource, FuncTSource, Boolean) Removes each item that matches the specified predicate from values.

See Also