1 using System
.Collections
.Generic
;
6 public object Foo (object obj
)
16 public static void Main ()
18 foreach (var c
in new C ().Test ()) {
22 IEnumerable
<ushort> Test ()
24 string[] s
= new[] { "a", "b", "c" }
;
26 var m
= s
.Select (l
=> ctx
.Foo (l
)).ToArray ();