Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComMemberType.cs
old mode 100755 (executable)
new mode 100644 (file)
index 85dc95f..480d18a
@@ -33,6 +33,7 @@ using System;
 namespace System.Runtime.InteropServices
 {
        [Serializable]
+       [ComVisible (true)]
        public enum ComMemberType {
                Method  = 0,
                PropGet = 1,