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

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