Subject: Parameter names from reflection?
From: "Charlie Squires" <mercury542@ h . m
Date: Tue, 15 Nov 2005 06:07:16 +0900
Is there a way to use reflection or some other method to return the names of
the parameters a method uses? I know that 'arity' will return the number of
parameters, but I'm looking for the names of them.
Thanks in advance,
Charlie