In mono_thread_info_suspend_lock in non-coop, don't assert MonoThreadInfo* is non...
[mono.git] / mcs / class / System.Drawing / System.Drawing.Imaging / EncoderParameterValueType.cs
index e1b72c937abcca3f8efeb4bfff29ac38168a8a81..a0a147fde13e65390ab77eccdbed7b23ce9d8be3 100644 (file)
@@ -1,12 +1,10 @@
 //
 // System.Drawing.Imaging.EncoderParameterValueType.cs
 //
-// (C) 2002 Ximian, Inc.  http://www.ximian.com
 // Author: Dennis Hayes (dennish@raytek.com)
 //
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2002 Ximian, Inc.  http://www.ximian.com
+// Copyright (C) 2004,2006 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-using System;
-namespace System.Drawing.Imaging 
-{
-       [Serializable]
-       public enum EncoderParameterValueType : int {
+
+namespace System.Drawing.Imaging {
+
+       public enum EncoderParameterValueType {
                ValueTypeAscii = 2,
                ValueTypeByte = 1,
                ValueTypeLong = 4,