Added ifdef for TARGET_JVM.
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap.Asn1 / Asn1Structured.cs
index f6dadd4d0504b062ffe6400ebd9050e5072ef174..7ec29d2202470cd4f0e10a2d665a8dec9a15f86a 100644 (file)
@@ -37,7 +37,9 @@ namespace Novell.Directory.Ldap.Asn1
        /// <summary> This class serves as the base type for all ASN.1
        /// structured types.
        /// </summary>
+#if !TARGET_JVM 
        [CLSCompliantAttribute(true)]
+#endif
        public abstract class Asn1Structured:Asn1Object
        {
                private Asn1Object[] content;