Utils_LinqRemoveRange Method |
| Name | Description | |
|---|---|---|
| RemoveRange(ListString, ListString) |
Removes all occurences of multiple strings from the List.
| |
| RemoveRangeT(ListT, ListT) |
Removes all occurences of multiple objects from the List.
| |
| RemoveRangeT(ListT, FuncT, Boolean) |
Removes all matching objects from the List.
| |
| RemoveRangeT(ListT, T) |
Removes all occurences of multiple objects from the List.
| |
| RemoveRange(ListString, ListString, Boolean) |
Removes all occurences of multiple strings from the List.
|