7 public static Type GetOpenType
<T
> ()
12 public static Type GetClosedType
<T
> ()
14 return typeof (Gen
<T
>);
17 static int Main (string[] args
)
19 if (GetOpenType
<string> () != typeof (Gen
<>))
21 if (GetClosedType
<string> () != typeof (Gen
<string>))