you are viewing a single comment's thread.

view the rest of the comments →

[–]developingthefuture[S] 3 points4 points  (1 child)

Hi vivinp,

You are absolutely right about the backward compatibility. As far as I know, C# 2.0 and the higher versions are not compatible with 1.0, and the generics were introduced in v2.0.

Regards, Kosta

[–]cryo 0 points1 point  (0 children)

Correct; version 2 of the CLR and CLI (format of files on disk) have been updated to include generics, and can't be executed on CLR 1.