ComponentOne Zip for UWP
FindLast Method

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class : FindLast Method
Syntax
'Declaration
 
Public Function FindLast( _
   ByVal match As System.Predicate(Of C1ZipEntry) _
) As C1ZipEntry
public C1ZipEntry FindLast( 
   System.Predicate<C1ZipEntry> match
)

Parameters

match
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members