Themes for WinForms | ComponentOne
C1.Win.Themes.8 Assembly / C1.Win.Themes.Serialization Namespace / SerializerLog Class / ForEach Method

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

    Parameters

    action
    See Also