[corlib] Fix a warning
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 1 Oct 2016 00:23:52 +0000 (02:23 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Sat, 1 Oct 2016 00:23:52 +0000 (02:23 +0200)
mcs/class/corlib/System.Diagnostics.Tracing/EventSource.cs

index 8397f4c2d2f4db3bcd383e583bf265b06d486137..bb1b719404a992efd5277abda3f6909cdecc3ede 100644 (file)
@@ -151,6 +151,7 @@ namespace System.Diagnostics.Tracing
                {
                }
 
+               [CLSCompliant (false)]
                public void Write<T> (string eventName, ref EventSourceOptions options, ref T data)
                {
                }