ChangeObjectCollectionTRemoveAll Method

Remove all items matching the condition from the collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public int RemoveAll(
	Predicate<T> match
)

Parameters

match  PredicateT
Reference to the predicate condition to match.

Return Value

Int32
Count of items removed.

See Also