On Aug 14, 2006, at 2:16 PM, Jeff Cohen wrote: > Is there a way to reflect on a method to get the declard names of the > parameters? > [...] > Is this possible somehow? I feel like it should be, but I can't quite > figure it out. What is the use case for this sort of thing? Off hand the only reason I could see needing this would be for some sort of debugger/ide/ development tool, in which case ParseTree might be a solution. Gary Wright