ComponentOne Zip for UWP
GetRange Method

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class : GetRange Method
Syntax
'Declaration
 
Public Function GetRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) As System.Collections.Generic.List(Of C1ZipEntry)
public System.Collections.Generic.List<C1ZipEntry> GetRange( 
   System.int index,
   System.int count
)

Parameters

index
count
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members