2 using System
.Collections
.Generic
;
4 public static class Rocks
6 public static string Test_1 (this string t
)
11 public static int Test_2
<T
> (this IEnumerable
<T
> e
)
26 Func
<int> d2
= "33".Test_2
;
28 if ((string)d
.Target
!= "jaj")
31 if ((string)d2
.Target
!= "33")
35 Console
.WriteLine (res
);