Size Property
From SharpZip Compression Library
Get/set the entry's size.
public long Size {get; set;}
Exceptions
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when setting the size to less than zero. |
From SharpZip Compression Library
Get/set the entry's size.
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when setting the size to less than zero. |