ICSharpCode.SharpZipLib.Zip.FastZip.FastZip C# (CSharp) Méthode

FastZip() public méthode

Initialise a new instance of FastZip
public FastZip ( FastZipEvents events ) : System
events FastZipEvents The events to use during operations.
Résultat System
        public FastZip(FastZipEvents events)
        {
            events_ = events;
        }

Same methods

FastZip::FastZip ( ) : System