Browse Source

Revert "Merge pull request #2008 from dlech/CustomAttributeData"

This reverts commit 2775839f66faf67803efd96af7aa075888a1e09b, reversing
changes made to 9cf3500204c70d0cf69584a2c47c2c1591f198b0.
Marek Safar 10 years ago
parent
commit
dc52c56c5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mcs/class/corlib/System.Reflection/CustomAttributeData.cs

+ 1 - 1
mcs/class/corlib/System.Reflection/CustomAttributeData.cs

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