2005-06-05 Peter Bartok <pbartok@novell.com>
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / RequiredAttributeAttribute.cs
index 02e2394b101b7fbfa0d0cdc2a516913e2b36c197..e59a33026cd3cdbcddf94970259dace814224d03 100644 (file)
@@ -34,6 +34,9 @@ namespace System.Runtime.CompilerServices {
 
        [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct |
                        AttributeTargets.Enum | AttributeTargets.Interface,
+#if NET_2_0
+                       AllowMultiple=true,
+#endif
                        Inherited=false)]
        [Serializable]
        public sealed class RequiredAttributeAttribute : Attribute