ComponentOne FlexReport for UWP
FindAll Method

C1.UWP.Document Assembly > C1.Xaml.Document 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