'Declaration
Public Function Find( _ ByVal match As Predicate(Of ISessionSummary) _ ) As ISessionSummary
public ISessionSummary Find( Predicate<ISessionSummary> match )
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.