Added ifdef for TARGET_JVM.
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap.Asn1 / Asn1SequenceOf.cs
index 40185d9e3ab822220e90bdb78247bf6b5199b482..93065aaa99377e96369f9a78aae200b4335d903c 100644 (file)
@@ -38,7 +38,9 @@ namespace Novell.Directory.Ldap.Asn1
        /// from the Asn1Structured class which already provides
        /// functionality to hold multiple Asn1 components.
        /// </summary>
+#if !TARGET_JVM 
        [CLSCompliantAttribute(true)]
+#endif
        public class Asn1SequenceOf:Asn1Structured
        {