MemoryMappedFileSecurity.cs 108 B

123456789
  1. #if NET_4_0
  2. namespace System.IO.MemoryMappedFiles {
  3. public class MemoryMappedFileSecurity {
  4. }
  5. }
  6. #endif