\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / ForEach Method

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

    Parameters

    action
    See Also