Click or drag to resize

ExtensionMethodsTryRemoveItemsOfWrongType Method

Overload List
  NameDescription
Public methodStatic memberTryRemoveItemsOfWrongTypeT1, T2(ListT1, Boolean)
Removes the items in a list that don't match or inherit from the type specified. Will also remove null items.
Public methodStatic memberTryRemoveItemsOfWrongTypeT1, T2(ListT1, ListT1, Boolean)
Removes the items in a list that don't match or inherit from the type specified. Will also remove null items.
Public methodStatic memberTryRemoveItemsOfWrongTypeT1, T2(T1, T1, Boolean)
Removes the items in an array that don't match or inherit from the type specified. Will also remove null items.
Public methodStatic memberTryRemoveItemsOfWrongTypeT1, T2(T1, T1, ListT1, Boolean)
Removes the items in an array that don't match or inherit from the type specified. Will also remove null items.
Top
See Also