[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructList-1.RemoveAll

RemoveAll Method

RemoveAll(StructPredicate<T>)

Removes all the elements that match the conditions defined by the specified predicate.

Declaration
public int RemoveAll(StructPredicate<T> match)
Public Function RemoveAll(match As StructPredicate(Of T)) As Integer
Parameters
Type Name Description
StructPredicate<T> match

The StructPredicate<T> delegate that defines the conditions of the elements to remove.

Returns
Type Description
int

The number of elements removed from the StructList<T>.