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

In This Topic
    TrueForAll Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function TrueForAll( _
       ByVal match As System.Predicate(Of C1ZipEntry) _
    ) As System.Boolean
    public System.bool TrueForAll( 
       System.Predicate<C1ZipEntry> match
    )

    Parameters

    match
    See Also