TempEntityList.RemoveAll Method

Removes all the entities that match the conditions defined by the specified predicate.
Public Overrides Function RemoveAll( _ 
ByVal match As Predicate(Of Entity) _ 
) As Integer
This language is not supported or no code example is available.
public override int RemoveAll( 
Predicate<Entity> match 
)
This language is not supported or no code example is available.

Parameters

match
Predicate<Entity>

The predicate delegate that defines the conditions of the entities to remove.

Return Value

int

The number of entities removed from this collection.

Exception type Condition

ArgumentNullException

match is null.

.NET Framework

Supported in: 4.8

In this article

Definition