Ejemplo n.º 1
0
 public static bool Read(ref bool location)
 {
     return(ThreadEx.VolatileRead(ref location));
 }