2005-08-02 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System / Converter.cs
index c8f7ee116e83dc786ef47c244add36b56fafab55..bc8fe8d1936f0f4f94c569e1b7bb90a69090232d 100644 (file)
@@ -27,7 +27,7 @@
 //
 #if NET_2_0
 namespace System {
-       [CLSCompliant (false)]
+       [CLSCompliant (true)]
        public delegate D Converter <S,D> (S src);
 }
-#endif
\ No newline at end of file
+#endif