2008-06-27 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices.ComTypes / INVOKEKIND.cs
index 8cd2eb29a5b2ca16fe89fd16d08d26a8a7d317f6..41cf17c3dcac0dd256d242c931df8bceeae9e4d5 100644 (file)
@@ -35,7 +35,6 @@ namespace System.Runtime.InteropServices.ComTypes
 {
        [Flags]
        [Serializable]
-       [ComVisible(false)]
        public enum INVOKEKIND {
                INVOKE_FUNC = 1,
                INVOKE_PROPERTYGET = 2,