Merge pull request #2488 from nealef/master
[mono.git] / 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; }
                }