TypeNameFormatter icon indicating copy to clipboard operation
TypeNameFormatter copied to clipboard

Idea: Add support for formatting parameter types

Open stakx opened this issue 6 years ago • 0 comments

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.

stakx avatar Aug 08 '19 13:08 stakx