[bcl] Add CLSComplaint(false) to a few types/methods that aren't compliant
[mono.git] / mcs / class / referencesource / System / regex / system / text / regularexpressions / Regex.cs
index 7b9b1e1911554202ca41795357d004fc2f7dfe04..60e6556cb5a9b8bd128b3bbeeb329edc5fd908c3 100644 (file)
@@ -473,6 +473,7 @@ namespace System.Text.RegularExpressions {
         }
 
 #if NETSTANDARD
+        [CLSCompliant (false)]
         protected IDictionary Caps
         {
             get
@@ -500,6 +501,7 @@ namespace System.Text.RegularExpressions {
             }
         }
 
+        [CLSCompliant (false)]
         protected IDictionary CapNames
         {
             get