Guest User

Untitled

a guest
Jul 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ((Action)(() => { }))();
  2.  
  3. GC.KeepAlive(e);
  4.  
  5. "".AsEnumerable();
  6.  
  7. public static void Noop()
  8. {
  9. }
  10.  
  11. System.Diagnostics.Debugger.Break();
  12.  
  13. var a = 1;
  14.  
  15. [Conditional("DEBUG")]
  16. [Obsolete("Please remove me before checkin.")]
  17. public static void Break()
  18. {
  19. #IF DEBUG
  20. if (Dns.GetHostName() == "PROTECTORONE")
  21. Debugger.Break();
  22. #ENDIF
  23. }
  24.  
  25. catch(Exception exception)
  26. {
  27. }
  28.  
  29. var x = 0;
  30.  
  31. catch (SomeException e)
  32. {
  33. lock(e);
  34. }
Add Comment
Please, Sign In to add comment