SortedSetBaseKeyRemoveWhere 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<Key> match
)
Public Function RemoveWhere (
match As Predicate(Of Key)
) As Integer
public:
int RemoveWhere(
Predicate<Key>^ match
)
member RemoveWhere :
match : Predicate<'Key> -> int
Parameters
- match
- Type: SystemPredicateKey
[Missing <param name="match"/> documentation for "M:VelocityDb.Collection.SortedSetBase`1.RemoveWhere(System.Predicate{`0})"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:VelocityDb.Collection.SortedSetBase`1.RemoveWhere(System.Predicate{`0})"]
See Also