Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntry Class / SizeUncompressedLong Property

In This Topic
    SizeUncompressedLong Property (C1ZipEntry)
    In This Topic
    エントリの元の(非圧縮)サイズ(バイト単位、長整数)を取得します。
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SizeUncompressedLong As Long
    public long SizeUncompressedLong {get;}
    See Also