コード例 #1
0
        public static int MainMethod(string[] args)
        {
            US u = new US();

            u.Foo(u);
            return(0);
        }
コード例 #2
0
 public static int MainMethod(string[] args)
 {
     US u = new US();
     u.Foo(u);
     return 0;
 }
コード例 #3
0
 public static void Foo(this US u, dynamic d)
 {
 }