예제 #1
0
 public ThreadLocal()
 {
     tls_offset = Thread.AllocTlsData(typeof(TlsDatum));
 }