Click or drag to resize

Utils_LinqRemoveRange Method

Overload List
  NameDescription
Public methodStatic memberRemoveRange(ListString, ListString)
Removes all occurences of multiple strings from the List.
Public methodStatic memberRemoveRangeT(ListT, ListT)
Removes all occurences of multiple objects from the List.
Public methodStatic memberRemoveRangeT(ListT, FuncT, Boolean)
Removes all matching objects from the List.
Public methodStatic memberRemoveRangeT(ListT, T)
Removes all occurences of multiple objects from the List.
Public methodStatic memberRemoveRange(ListString, ListString, Boolean)
Removes all occurences of multiple strings from the List.
Top
See Also