\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZipFile Class / C1ZipFile Constructor / C1ZipFile Constructor(Stream,Boolean)

In This Topic
    C1ZipFile Constructor(Stream,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As System.IO.Stream, _
       ByVal create As System.Boolean _
    )
    public C1ZipFile( 
       System.IO.Stream stream,
       System.bool create
    )

    Parameters

    stream
    create
    See Also