cs0215.cs 183 B

12345678910111213
  1. // cs0215.cs : The return type of operator True or False must be bool
  2. // Line : 11
  3. class Blah {
  4. public static void Main ()
  5. {
  6. }
  7. public static int operator true (Blah i) {}
  8. }