ChangeObjectCollectionTRemoveAll Method
Remove all items matching the condition from the collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public int RemoveAll(
Predicate<T> match
)
Public Function RemoveAll (
match As Predicate(Of T)
) As Integer
No code example is currently available or this language may not be supported.
- match PredicateT
-
Reference to the predicate condition to match.
Int32
Count of items removed.