[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ReadOnlyStructList-1.CountAll

CountAll Method

CountAll(StructPredicate<T>)

Gets the number of elements in the ReadOnlyStructList<T> that match the conditions defined by the specified predicate.

Declaration
public int CountAll(StructPredicate<T> match)
Public Function CountAll(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 match.

Returns
Type Description
int

The number of elements that match the conditions defined by the predicate.