2004-04-01 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / class / corlib / System.Threading / IOCompletionCallback.cs
index d78657c3ac731f87f1e13668f143e257c91e0e4b..d384f8a29b7b62e6e6df9869b16bb2bd76641c92 100755 (executable)
@@ -12,5 +12,7 @@ namespace System.Threading
 {
        // 'unsafe' wasn't in the spec, but the compiler insists because of
        // the pointer.
+       [Serializable]
+       [CLSCompliant(false)]
        public unsafe delegate void IOCompletionCallback(uint errorCode, uint numBytes, NativeOverlapped *pOVERLAP);
 }