Interlocked.cs 161 B

12345678910
  1. namespace System.Threading
  2. {
  3. partial class Interlocked
  4. {
  5. public static void MemoryBarrierProcessWide ()
  6. {
  7. throw new NotImplementedException ();
  8. }
  9. }
  10. }