Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. using static System.Console;
  2.  
  3. public class Program
  4. {
  5. static void Main()
  6. {
  7. WriteLine(nameof(X));
  8. }
  9.  
  10. static void X(string s) { }
  11. static void X(object o) { }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement