Exemple #1
0
 // static constructor
 static CRC32()
 {
     _crc32TablesCache = Hashtable.Synchronized(new Hashtable());
     _defaultCRC       = new CRC32();
 }