'Declaration
Function FindAll( _ ByVal match As Predicate(Of ISessionSummary) _ ) As ISessionSummaryCollection
Parameters
- match
- The Predicate delegate that defines the conditions of the elements to search for.
Return Value
A List containing all the elements that match the conditions defined by the specified predicate, if found; otherwise, an empty List.