Merged pull request #58 from XTZGZoReX/master.
[mono.git] / mcs / class / corlib / System.Threading / TimerCallback.cs
index 6e6bf48cad782eb6df17e1226801e12b126b2d13..fc95452f0a1c9494fb238ef0504616d5d0d35dae 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Threading
 {
+       [ComVisible (true)]
        public delegate void TimerCallback(object state);
 }