ICSharpCode.SharpZipLib.Zip.ZipFile.ZipString.Reset C# (CSharp) Method

Reset() public method

Reset the comment to its initial state.
public Reset ( ) : void
return void
            public void Reset() {
                if (isSourceString_) {
                    rawComment_=null;
                } else {
                    comment_=null;
                }
            }