[]
Gets the number of elements in the ReadOnlyStructList<T> that match the conditions defined by the specified predicate.
public int CountAll(StructPredicate<T> match)
Public Function CountAll(match As StructPredicate(Of T)) As Integer
Type | Name | Description |
---|---|---|
StructPredicate<T> | match | The StructPredicate<T> delegate that defines the conditions of the elements to match. |
Type | Description |
---|---|
int | The number of elements that match the conditions defined by the predicate. |