ExtensionMethodsTryRemoveItemsOfWrongType Method |
| Name | Description | |
|---|---|---|
| TryRemoveItemsOfWrongTypeT1, T2(ListT1, Boolean) |
Removes the items in a list that don't match or inherit from the type specified. Will also remove null items.
| |
| TryRemoveItemsOfWrongTypeT1, 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.
| |
| TryRemoveItemsOfWrongTypeT1, 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.
| |
| TryRemoveItemsOfWrongTypeT1, 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.
|