ComponentOne FlexReport for WinForms
ForEach Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > LogEntryList Class : ForEach Method
Syntax
'Declaration
 
Public Sub ForEach( _
   ByVal action As System.Action(Of LogEntry) _
) 
public void ForEach( 
   System.Action<LogEntry> action
)

Parameters

action
See Also

Reference

LogEntryList Class
LogEntryList Members