Merge pull request #1229 from andreiagaita/master
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / LoadHint.cs
index 7d2d96d6dde7b2d0d3fa3f0aebb1bbd2e6ad55ac..746f632d7cc503de3ab05e818d098c9a7f893b20 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System;
 using System.Runtime.InteropServices;
 
 namespace System.Runtime.CompilerServices {
 
-       [ComVisible (false)]
+       [Serializable]
        public enum LoadHint {
                Default = 0,
 
@@ -41,5 +39,3 @@ namespace System.Runtime.CompilerServices {
                Sometimes = 2
        }
 }
-
-#endif