importing messaging-2008 branch to trunk [continued]
[mono.git] / mcs / class / System.Data / System.Data / DataColumnChangeEventHandler.cs
index c8f4e1b2e7a7ac90f8d67cafb1c208f398917a2e..1d3fdec0446fcb98d8ea0e8cd4fac49daeb51df8 100644 (file)
@@ -35,7 +35,9 @@ namespace System.Data
        /// <summary>
        /// Represents the method that will handle the the ColumnChanging event.
        /// </summary>
+#if !NET_2_0
        [Serializable]
+#endif
        public delegate void DataColumnChangeEventHandler(object sender, DataColumnChangeEventArgs e);
 
 }
\ No newline at end of file