why cant i access Expresstion methods in ironruby?
        Posted  
        
            by potlee
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by potlee
        
        
        
        Published on 2010-04-07T13:31:49Z
        Indexed on 
            2010/04/07
            13:33 UTC
        
        
        Read the original article
        Hit count: 425
        
This code works fine in c#
Expression.Lambda(LambdaBody);
But none of the Methods for building AST seem to visible from ironruby. i requied microsoft.scripting.core and microsoft.scripting libraries. do i need something else?
© Stack Overflow or respective owner