[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / corlib / System.Reflection / MonoField.cs
index 7fe23e6b737e2b65030a19d9259472ef8240bcac..e374e5176621d48595264ef32eb58ca28504d5e9 100644 (file)
@@ -175,11 +175,9 @@ namespace System.Reflection {
                [MethodImplAttribute(MethodImplOptions.InternalCall)]
                public override extern object GetRawConstantValue ();
 
-#if NET_4_0
                public override IList<CustomAttributeData> GetCustomAttributesData () {
                        return CustomAttributeData.GetCustomAttributes (this);
                }
-#endif
 
                void CheckGeneric () {
                        if (DeclaringType.ContainsGenericParameters)