2 public static object genArr
<T
> () {
6 public static int Main () {
7 if (genArr
<int> ().GetType () != typeof (int [,]))
9 if (genArr
<object> ().GetType () != typeof (object [,]))
11 if (genArr
<string> ().GetType () != typeof (string [,]))
13 if (genArr
<Test
> ().GetType () != typeof (Test
[,]))