ZipEntry Constructor (ZipEntry)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipEntry Constructor (ZipEntry)

NOTE: This constructor is now obsolete.

Use Clone instead


Creates a deep copy of the given zip entry.

public ZipEntry(
   ZipEntry entry
);

Parameters

entry
The entry to copy.

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace | ZipEntry Constructor Overload List