stijnvanbael / reflection

MIT License
1 stars 2 forks source link

Added some new methods to TypeReflection #1

Closed jrote1 closed 8 years ago

jrote1 commented 8 years ago

We changed name so it now returns just the simple name of the type, and added a fullName property that returns the full name including library name. Also fixed Conversion and toString() to use fullName property.

stijnvanbael commented 8 years ago

Good additions! Thanks for contributing.