ComponentOne FlexReport for WinForms
FindLast Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document 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