Guest User

Untitled

a guest
Jun 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Type DWORD = typeof(UInt32);
  2.  
  3. private DWORD func1(int x)
  4. {
  5. return 123;
  6. }
  7.  
  8. using DWORD = System.UInt32;
  9.  
  10. using DWORD = System.Uint32
Add Comment
Please, Sign In to add comment