Merge pull request #1502 from madrang/SafeHandle.CloseTestDispose
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls.WebParts / ConnectionPointType.cs
index 7a53d3f7995d066f46d3175d959b0f773232035a..3334ca7534a70ada237944f7ff5c5f86410c4703 100644 (file)
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 namespace System.Web.UI.WebControls.WebParts {
         public enum ConnectionPointType {
                 Consumer = 0,
                Provider = 1            
         }
 }
-#endif