polytronicgr / sharpkit

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

InlineCodeExpression doesn't work with extension methods #350

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
        [JsMethod(InlineCodeExpression="s in obj", Export=false)]
        public static bool HasProperty(this object obj, string s)
        {
            return false;
        }

Original issue reported on code.google.com by DanelK...@gmail.com on 12 Feb 2014 at 12:48

GoogleCodeExporter commented 8 years ago

Original comment by DanelK...@gmail.com on 15 Mar 2014 at 12:07