Size Property

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile.Size Property

NOTE: This property is now obsolete.

Use the Count property instead


Gets the number of entries in this zip file.

public int Size {get;}

Exceptions

Exception Type Condition
InvalidOperationException The Zip file has been closed.

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace