3 // dynamic with anonymous method mutator
7 static Action
<T
> Test
<T
> (T t
)
15 static Action Test2
<T
> (T t
)
29 static Action
<T
> Test3
<T
> (T t
)
37 static Action Test4
<T
> (T t
)
46 void Method (object arg
)
50 void MethodRef (ref C arg
)
55 public static int Main ()
57 Test
<C
> (null) (new C ());
59 Test
<C
> (null) (new C ());