Added ifdef for TARGET_JVM.
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap.Asn1 / Asn1Sequence.cs
index 3b4141eb9526ce4fc4419ec1ef78c2fb0c83baa5..224b7ee41a51e33b523ea568c26cc1a8faff22be 100644 (file)
@@ -40,7 +40,9 @@ namespace Novell.Directory.Ldap.Asn1
        /// This class inherits from the Asn1Structured class which
        /// provides functionality to hold multiple Asn1 components.
        /// </summary>
+#if !TARGET_JVM 
        [CLSCompliantAttribute(true)]
+#endif
        public class Asn1Sequence:Asn1Structured
        {