public void DeleteElements( Func<Element,bool> predicate )
Public Overloads Sub DeleteElements( _ ByVal predicate As Func(Of Element,Boolean) _ )
Parameters
- predicate
- Represents the method that defines a set of criteria and determines whether the specified object meets those criteria.