ComponentOne FlexReport for WinForms
FindAll Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > LogEntryList Class : FindAll Method
Syntax
'Declaration
 
Public Function FindAll( _
   ByVal match As System.Predicate(Of LogEntry) _
) As System.Collections.Generic.List(Of LogEntry)
public System.Collections.Generic.List<LogEntry> FindAll( 
   System.Predicate<LogEntry> match
)

Parameters

match
See Also

Reference

LogEntryList Class
LogEntryList Members