CRC16 not have Reset()

In Hashing wrote:

crc16.Reset(); // reset seed = 0;

But this method not found! TinyClr v.2.2.0

we removed it in 2.2.0.

We added

Crc16(buff, offset, count, crc)

when you set crc = 0 then similar to reset;

OK
crc16.ComputeHash() you wanted to say