TypeNameFormatter
TypeNameFormatter copied to clipboard
Idea: Add support for formatting parameter types
This library currently only looks at Type, but for parameter types there is some additional useful information at the ParameterInfo level:
-
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.