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