I wasn't able to find this information anywhere yet. I've noticed that the property Name in the constructor.Parameters returns the name of the parameter's type rather than the name of the parameter itself.
Is this intentional? I was looking to write some tests to validate parameter's names and types. Is this achievable this way, or should I try something else?
Hello,
I wasn't able to find this information anywhere yet. I've noticed that the property
Name
in theconstructor.Parameters
returns the name of the parameter's type rather than the name of the parameter itself.Is this intentional? I was looking to write some tests to validate parameter's names and types. Is this achievable this way, or should I try something else?
Best regards