Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Add support for generic methods #8

Open
pvginkel opened this issue Apr 1, 2012 · 0 comments
Open

Add support for generic methods #8

pvginkel opened this issue Apr 1, 2012 · 0 comments

Comments

@pvginkel
Copy link
Owner

pvginkel commented Apr 1, 2012

Add support for generic methods. The idea is that e.g. the following method would be supported:

T First<T>(IEnumerable<T> collection) { }

Support for this helps e.g. with working with collections that don't implement IList and adds support for functionality similar to extension methods.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant