Merged into single file, added assertions
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / TYPEFLAGS.cs
index c00fc165d9092af5e357d936c289dc5c267e9331..1a25108d0d475695c73b5db130a7eae492de5494 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
+
 using System;
 
 namespace System.Runtime.InteropServices.ComTypes
 {
-       [Serializable, ComVisible (false), Flags]
+       [Serializable, Flags]
        public enum TYPEFLAGS
        {
                TYPEFLAG_FAPPOBJECT = 1,
@@ -53,4 +53,4 @@ namespace System.Runtime.InteropServices.ComTypes
                TYPEFLAG_FPROXY = 16384
        }
 }
-#endif
+