Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / (Global) Namespace / aj Class / ForEach Method

In This Topic
    ForEach Method (aj)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ForEach( _
       ByVal action As System.Action(Of ah) _
    ) 
    public void ForEach( 
       System.Action<ah> action
    )

    Parameters

    action
    See Also