[System] Removal of the NET_2_0 in the source code
[mono.git] / mcs / class / System / System.ComponentModel / ListSortDirection.cs
index 14ab81d8d15e8dc3a72bc77eebe7947724f35112..49f120542049728d1713d6f7dd0e80169515ff88 100644 (file)
@@ -33,9 +33,6 @@ namespace System.ComponentModel
        /// <summary>
        /// Specifies the direction of a sort operation.
        /// </summary>
-#if !NET_2_0
-       [Serializable]
-#endif
        public enum ListSortDirection {
                Ascending = 0,
                Descending = 1