build fix
authorMarek Safar <marek.safar@gmail.com>
Fri, 23 Jan 2009 18:45:55 +0000 (18:45 -0000)
committerMarek Safar <marek.safar@gmail.com>
Fri, 23 Jan 2009 18:45:55 +0000 (18:45 -0000)
svn path=/trunk/mcs/; revision=124349

mcs/mcs/generic-mcs.cs

index dd80095e7c82d679dc7ba39879210e9a597b3ddb..9a1f9897af6cfaea9abab53b446858795d42429e 100644 (file)
@@ -35,6 +35,10 @@ namespace Mono.CSharp
                public bool IsReferenceType { 
                        get { throw new NotSupportedException (); }
                }
+               
+               public bool IsValueType { 
+                       get { throw new NotSupportedException (); }
+               }               
        }
 
        public class Constraints : GenericConstraints