ChangeObjectCollectionTRemoveAll Method

Remove all items matching the condition from the collection.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
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