コード例 #1
0
        }   // end constructor

        override public IHash Clone()
        {
            FNV64 HashInstance = new FNV64();

            HashInstance.hash = hash;

            HashInstance.BufferSize = BufferSize;

            return(HashInstance);
        } // end function Clone