7 public static bool MG (Foo t
)
15 public static Bar
<T
> Create (Func
<T
, bool> a
)
20 public static Bar
<T
> Create (Func
<T
, double> a
, Func
<T
, bool> b
= null)
22 throw new ApplicationException ();
28 var x
= Bar
<Foo
>.Create (Foo
.MG
);