PostSharp / / API Reference / Post­Sharp.​Patterns.​Collections / Advisable­Hash­Set<T> / Remove­Where

Method RemoveWhere

RemoveWhere(Predicate<T>)

Declaration
public int RemoveWhere(Predicate<T> match)
Parameters
Type Name Description
Predicate<T> match
Returns
Type Description
Int32