'Declaration Public Function RemoveAll( _ ByVal match As Predicate(Of Style) _ ) As Integer
public int RemoveAll( Predicate<Style> match )
Parameters
- match
- The Predicate delegate that defines the conditions of the elements to remove.
Return Value
The number of elements removed from the List .