Revert "Merge pull request #2008 from dlech/CustomAttributeData"
authorMarek Safar <marek.safar@gmail.com>
Sat, 29 Aug 2015 14:24:06 +0000 (16:24 +0200)
committerMarek Safar <marek.safar@gmail.com>
Sat, 29 Aug 2015 14:24:06 +0000 (16:24 +0200)
This reverts commit 2775839f66faf67803efd96af7aa075888a1e09b, reversing
changes made to 9cf3500204c70d0cf69584a2c47c2c1591f198b0.

mcs/class/corlib/System.Reflection/CustomAttributeData.cs

index 54907bb874ca0c05e924f0e48eafeb5b5ce25fec..d884714401b27c3fcad2e58eacdde330a594f1aa 100644 (file)
@@ -131,7 +131,7 @@ namespace System.Reflection {
                        return MonoCustomAttrs.GetCustomAttributesData (target);
                }
 
-               public virtual Type AttributeType {
+               public Type AttributeType {
                        get { return ctorInfo.DeclaringType; }
                }