2 using System
.Collections
.Generic
;
6 public static void Main ()
8 Foo
<int> nav
= new Foo
<int> ();
9 IEnumerable
<int> t
= TestRoutine
<int> (new int [] { 1 }
, nav
);
13 public static IEnumerable
<T
> TestRoutine
<T
> (IEnumerable
<T
> a
, Foo
<T
> f
)
24 public void CreateItem
<G
> ()