Change missed by the CoreLib mirror (#12792)
authorJan Kotas <jkotas@microsoft.com>
Thu, 13 Jul 2017 11:11:18 +0000 (13:11 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jul 2017 11:11:18 +0000 (13:11 +0200)
src/mscorlib/shared/System/Diagnostics/Tracing/TraceLogging/PropertyValue.cs

index 1542f4d..aeee3ad 100644 (file)
@@ -17,6 +17,7 @@ namespace System.Diagnostics.Tracing
     /// To get the value of a property quickly, use a delegate produced by <see cref="PropertyValue.GetPropertyGetter(PropertyInfo)"/>.
     /// </summary>
 #if ES_BUILD_PN
+    [CLSCompliant(false)]
     public
 #else
     internal