Guest User

Untitled

a guest
Dec 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. namespace Parameters
  2. {
  3. class WrappedInt
  4. {
  5. public int Number;
  6.  
  7. public WrappedInt(int a)
  8. {
  9.  
  10. }
  11. }
  12. }
Add Comment
Please, Sign In to add comment