'Declaration
Function Find( _ ByVal match As Predicate(Of ISessionSummary) _ ) As ISessionSummary
Parameters
- match
- The Predicate delegate that defines the conditions of the elements to search for.
Return Value
The first element that matches the conditions defined by the specified predicate, if found; otherwise, null.