5 public D D { get; private set; }
6 public string Value { get; private set; }
7 public Foo Foo { get; set; }
12 return D
.Foo (d
.Value
);
15 public static int Test2 (dynamic d
)
20 public static int Main ()
26 if (C
.Test2 ("s") != 1)
35 public int Foo (string value)
43 public static int Method (string s
)