Removed erroneous StructLayoutKindAttribute
authorChris J. Breisch <cjbreisch@mono-cvs.ximian.com>
Sun, 12 May 2002 17:15:42 +0000 (17:15 -0000)
committerChris J. Breisch <cjbreisch@mono-cvs.ximian.com>
Sun, 12 May 2002 17:15:42 +0000 (17:15 -0000)
svn path=/trunk/mcs/; revision=4565

mcs/class/Microsoft.VisualBasic/Microsoft.VisualBasic/Microsoft.VisualBasic.CompilerServices/OptionTextAttribute.cs

index 64a8d7613c912b65b6474978df4e24c475bce72e..97ac0cc262fdc12f7f94b6064001368d2fc54e36 100644 (file)
@@ -9,7 +9,7 @@
 namespace Microsoft.VisualBasic.CompilerServices {\r
        [System.AttributeUsageAttribute(System.AttributeTargets.Class)] \r
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] \r
-       [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Auto)] \r
+       [MonoTODO]\r
        sealed public class OptionTextAttribute : System.Attribute {\r
                // Declarations\r
                // Constructors\r