2008/10/11 Dino Viehland <[EMAIL PROTECTED]>: > It sure looks like it - are there more though? I'd expect one for each > action kind. The methods differ in generic arity and the type of array they > accept so at the very least the error string is wrong even if it is bad style > to differ that way.
I think mcs is warning that you have "params" there. GetMemberAction and ComboBinder are only ones with the signature: public override MetaObject Bind(params MetaObject[] args) and not: public override MetaObject Bind(MetaObject[] args) Other actions don't have "params" attribute and mcs doesn't warn about them. -- Seo Sanghyeon _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com