ComponentOne FlexReport for UWP
FindLast Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > LogEntryList Class : FindLast Method
Syntax
'Declaration
 
Public Function FindLast( _
   ByVal match As System.Predicate(Of LogEntry) _
) As LogEntry
public LogEntry FindLast( 
   System.Predicate<LogEntry> match
)

Parameters

match
See Also

Reference

LogEntryList Class
LogEntryList Members