ComponentOne FlexReport for UWP
ForEach Method

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