2002-08-21 Dietmar Maurer <dietmar@ximian.com>
[mono.git] / mcs / class / corlib / System / SerializableAttribute.cs
index 14352967dceeda747d2229e47a291ded31a8934f..e283d4afc39e739e1e32689907b79e2ffbfaadc9 100755 (executable)
@@ -30,7 +30,9 @@ namespace System {
        ///   tables). 
        /// </remarks>
 
-       [AttributeUsage(AttributeTargets.Class, Inherited=false, AllowMultiple=false)]
+       [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct 
+               | AttributeTargets.Enum | AttributeTargets.Delegate, 
+               Inherited=false, AllowMultiple=false)]
        public sealed class SerializableAttribute : Attribute {
        }
 }