Advertisement
Guest User

Untitled

a guest
May 29th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. public static void private whatever function(string derp, params char[] durr)
  2. {
  3. someshit(derp, durr.Count);
  4.  
  5. DurrDerp herp = durr.Derp();
  6. herp.Derp();
  7.  
  8. somederp.herp(herp.ToHerp() + (Herp)durr.Durp);
  9.  
  10. return herp.herpderp;
  11. }
  12.  
  13.  
  14. vs
  15.  
  16.  
  17.  
  18.  
  19. public static void private whatever function(string derp, params char[] durr) {
  20. someshit(derp, durr.Count);
  21. (DurrDerp herp = durr.Derp()).Derp();
  22.  
  23. somederp.herp(herp.ToHerp() + (Herp)durr.Durp);
  24. return herp.herpderp;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement