// static constructor static CRC16() { _crc16TablesCache = Hashtable.Synchronized(new Hashtable()); _defaultCRC = new CRC16(); }