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
  • 161,100
  • 35
  • 287
  • 281
snoop
  • 171
  • 2
  • 12

0 Answers0