mgusmano / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Fix compiler error when declaring delegate type in a class #185

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
    public class Class1
    {

        public delegate void MyHandler(JsObject httpRequest, JsBoolean success);
        public int MyProperty { get; private set; }
    }

Original issue reported on code.google.com by DanelK...@gmail.com on 6 Aug 2012 at 9:36