You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But omitting the type parameter here is invalid. Unfortunately, merely adding the type parameters always makes for very messy code... so some type inference knowledge here will be necessary.
From eamon.nerbonne on January 25, 2011 15:59:12
ExpressionToCode.ToCode(()=>new[]{1,2,3}.Cast())
This returns:
() => new[] { 1, 2, 3 }.Cast()
But omitting the type parameter here is invalid. Unfortunately, merely adding the type parameters always makes for very messy code... so some type inference knowledge here will be necessary.
Original issue: http://code.google.com/p/expressiontocode/issues/detail?id=13
The text was updated successfully, but these errors were encountered: