enum FileMapAccessType : uint { Copy = 0x01, Write = 0x02, Read = 0x04, AllAccess = 0x08, Execute = 0x20, }
Enum FileMapAccessType TODO End Enum
None.
Do you have...
Select "Edit This Page" on the right hand toolbar and edit it!