|
|
@@ -230,6 +230,11 @@ namespace System.Reflection {
|
|
|
//return typeImpl.IsValueTypeImpl ();
|
|
|
}
|
|
|
#if NET_1_2
|
|
|
+ public override Type[] GetGenericArguments ()
|
|
|
+ {
|
|
|
+ throw new NotImplementedException ();
|
|
|
+ }
|
|
|
+
|
|
|
public override bool HasGenericArguments {
|
|
|
get {
|
|
|
throw new NotImplementedException ();
|