コード例 #1
0
 // static constructor
 static Crc32()
 {
     CRC32TablesCache = Hashtable.Synchronized(new Hashtable());
     DefaultCRC       = new Crc32();
 }