I want to get the variable name of an argument passed into a method.
// Somewhere in the code int myNumber = 1; Method(myNumber); ... public void Method(int num