2005-05-16 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Reflection / PropertyInfo.cs
old mode 100755 (executable)
new mode 100644 (file)
index 26b2ce1..5b65658
@@ -38,7 +38,7 @@ using System.Runtime.InteropServices;
 
 namespace System.Reflection {
        [Serializable]
-       [ClassInterface(ClassInterfaceType.AutoDual)]
+       [ClassInterface(ClassInterfaceType.None)]
        public abstract class PropertyInfo : MemberInfo {
 
                public abstract PropertyAttributes Attributes { get; }