Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. private void Call(int v1, int v2, string v3, int v4, int v5)
  2. {
  3. throw new NotImplementedException();
  4. }
  5.  
  6. int v1 = default(int);
  7. int v2 = default(int); ;
  8. string v3 = default(string); ;
  9. int v4 = default(int); ;
  10. int v5 = default(int); ;
  11.  
  12. Call(v1: v1 ,
  13. v2: v2,
  14. v3: v3,
  15. v4: v4,
  16. v5: v5);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement