2

If I have a class like this:

public class Whatever
{
  public void aMethod(int aParam);
}

is there any way to know that aMethod uses a parameter named aParam, that is of type int?

Bart Kiers
  • 166,582
  • 36
  • 299
  • 288
snoop
  • 171
  • 2
  • 12

0 Answers0