ChangeObjectCollectionTRemoveAll Method

Remove all items matching the condition from the collection.

Definition

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