'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
)