A New Internet Library: Add Your Website/Blog or Suggest A Website/Blog to our Free Web Directory http://anil.myfunda.net.

Its very simple, free and SEO Friendly.
Submit Now....

Friday, May 29, 2009

Why Is The Return Type Parameter Last?

The generic delegate type Func<A, R> is defined as delegate R Func<A, R>(A arg). That is, the argument type is to the left of return type in the declaration of the generic type parameters, but to the right of the return type when they are used. What's up with that? Wouldn't it be a lot more natural to define it as delegate R Func<R, A>(A arg), so that...Full Article.

No comments:

Post a Comment

Post your comments here:

Originals Enjoy