'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 )
LogEntryList Class LogEntryList Members