Merge pull request #819 from brendanzagaeski/patch-1
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / MethodCodeType.cs
index 3fb2991d062e3cd2f97cdedcac961703ab887d01..24792ffa4c4e9a0c4b471259ddc8c46af81b28b6 100644 (file)
@@ -1,13 +1,13 @@
-//------------------------------------------------------------------------------\r
-// \r
-// System.Runtime.CompilerServices.MethodCodeType.cs \r
-//\r
-// Copyright (C) 2001 Michael Lambert, All Rights Reserved\r
-// \r
-// Author:         Michael Lambert, michaellambert@email.com\r
-// Created:        Thu 07/18/2001 \r
-//\r
-//------------------------------------------------------------------------------\r
+//------------------------------------------------------------------------------
+// 
+// System.Runtime.CompilerServices.MethodCodeType.cs 
+//
+// Copyright (C) 2001 Michael Lambert, All Rights Reserved
+// 
+// Author:         Michael Lambert, michaellambert@email.com
+// Created:        Thu 07/18/2001 
+//
+//------------------------------------------------------------------------------
 
 //
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
@@ -36,19 +36,14 @@ using System.Runtime.InteropServices;
 
 namespace System.Runtime.CompilerServices
 {
-#if !NET_2_0
-[Flags] 
-#endif
-#if NET_2_0
- [ComVisible (true)]
- [Serializable]
-#endif
-public enum MethodCodeType
-{
-    IL,
-    Native,
-    OPTIL,
-    Runtime,
-}
+       [ComVisible (true)]
+       [Serializable]
+       public enum MethodCodeType
+       {
+               IL,
+               Native,
+               OPTIL,
+               Runtime,
+       }
 
 } // Namespace