AmericasCup.Data.Crc32.HashFinal C# (CSharp) Метод

HashFinal() защищенный Метод

protected HashFinal ( ) : byte[]
Результат byte[]
        protected override byte[] HashFinal()
        {
            byte[] hashBuffer = UInt32ToBigEndianBytes(~hash);
            this.HashValue = hashBuffer;
            return hashBuffer;
        }