ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / FindAll Method

In This Topic
    FindAll Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function FindAll( _
       ByVal match As System.Predicate(Of C1ZipEntry) _
    ) As System.Collections.Generic.List(Of T)
    public System.Collections.Generic.List<T> FindAll( 
       System.Predicate<C1ZipEntry> match
    )

    Parameters

    match
    See Also