0
kicks
How to Find Out Variable or Parameter Name in C#? - Journal - Rinat Ab
Sometimes it might be useful to capture the name of the variable or parameter within the code to simplify error reporting or debugging.
I keep on encountering posts and comments saying that this is not possible in C#.
Well, it is not exactly so.