ICSharpCode.SharpZipLib.Zip.ZipNameTransform.ZipNameTransform C# (CSharp) Method

ZipNameTransform() public method

Initialize a new instance of
public ZipNameTransform ( string trimPrefix ) : System
trimPrefix string The string to trim from the front of paths if found.
return System
        public ZipNameTransform(string trimPrefix)
        {
            TrimPrefix = trimPrefix;
        }

Same methods

ZipNameTransform::ZipNameTransform ( ) : System