3 using System
.Collections
.Generic
;
7 public static void Main ()
13 static void Test_1 (int x
)
15 Func
<IEnumerable
<int>> v
= () =>
16 from a
in new int[] { 5, 10 }
23 Func
<int, Func
<IEnumerable
<int>>> vv
= (x
) =>
25 from a
in new int[] { 5, 10 }