Home

Wrong static type in Dump?

I'm using LINQPad 7 (v7.8.10) side-by-side with 8 beta (v8.8.1) and I'm seeing a difference in the static type that LINQPad prints when calling Enumerable.Range as seen below. According to the docs the static type should be IEnumerable <int> for at least most recent versions of .NET, just as LINQPad 7 prints it.

Is there maybe a glitch with the 8 beta version?

Comments

Sign In or Register to comment.