This library currently only looks at Type, but for parameter types there is some additional useful information at the ParameterInfo level:
-
whether params was specified;
-
allows one to distinguish between in, ref, and out for by-ref parameters.
This lies a little outside the originally planned feature area of this library, but might nonetheless be useful to have.
This library currently only looks at
Type, but for parameter types there is some additional useful information at theParameterInfolevel:whether
paramswas specified;allows one to distinguish between
in,ref, andoutfor by-ref parameters.This lies a little outside the originally planned feature area of this library, but might nonetheless be useful to have.