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
)
Public Function RemoveWhere (
match As Predicate(Of T)
) As Integer
public:
int RemoveWhere(
Predicate<T>^ match
)
member RemoveWhere :
match : Predicate<'T> -> int
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