\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip.ZLib Namespace / ZStream Class / inflateSetDictionary Method

In This Topic
    inflateSetDictionary Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function inflateSetDictionary( _
       ByVal dictionary() As System.Byte, _
       ByVal dictLength As System.Integer _
    ) As System.Integer
    public System.int inflateSetDictionary( 
       System.byte[] dictionary,
       System.int dictLength
    )

    Parameters

    dictionary
    dictLength
    See Also