Skip to content

Explicit type parameters for methods omitted #13

@EamonNerbonne

Description

@EamonNerbonne

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions