Click or drag to resize

VelocityDbHashSetTRemoveWhere Method

Remove elements that match specified predicate. Returns the number of elements removed

Namespace:  VelocityDb.Collection
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public int RemoveWhere(
	Predicate<T> match
)

Parameters

match
Type: SystemPredicateT

[Missing <param name="match"/> documentation for "M:VelocityDb.Collection.VelocityDbHashSet`1.RemoveWhere(System.Predicate{`0})"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:VelocityDb.Collection.VelocityDbHashSet`1.RemoveWhere(System.Predicate{`0})"]

See Also