[jit] Enable partial generic sharing when not using AOT as an experiment.
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms.RTF / DestinationDelegate.cs
index 4c85bdb76079676743a1c45c67dee3067bdd8431..dd2ea00df24d4fb4b42991067642b8960ad35a66 100644 (file)
 // COMPLETE
 
 namespace System.Windows.Forms.RTF {
-       internal delegate void DestinationDelegate(RTF Sender);
 
-       internal class DestinationCallback {
+#if RTF_LIB
+       public
+#else
+       internal
+#endif
+       delegate void DestinationDelegate(RTF Sender);
+
+#if RTF_LIB
+       public
+#else
+       internal
+#endif
+       class DestinationCallback {
                DestinationDelegate[]   callbacks;
 
                public DestinationCallback() {