10 Test_2
<object> (null);
16 Test_3 (new int[] { 5 }
);
19 static void Test_1
<T
> (T x
) where T
: class
24 static void Test_2
<T
> (T x
)
29 static void Test_3
<T
> (T
[] x
)
37 public static void Call
<T
> (this T t
)
39 Console
.WriteLine (typeof (T
));