.NET suggestion: add a paraminfo keyword to get information on parameters at run-time
Basically, the idea is to be able to write paraminfo(someparam).Name and paraminfo(someparam).Value to access to information about a parameter at runtime inside a method.
What do you think about this idea? You can vote for this suggestion if you find it interesting...