ComponentOne Zip for UWP
ConvertAll<TOutput> Method

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class : ConvertAll<TOutput> Method
Syntax
'Declaration
 
Public Function ConvertAll(Of TOutput)( _
   ByVal converter As Converter(Of C1ZipEntry,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
public System.Collections.Generic.List<TOutput> ConvertAll<TOutput>( 
   Converter<C1ZipEntry,TOutput> converter
)

Parameters

converter

Type Parameters

TOutput
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members