jbevain / mono.reflection

Some useful reflection helpers, including an IL disassembler.
150 stars 50 forks source link

Fix bug when parsing nested types in namespaces #6

Closed eiriktsarpalis closed 10 years ago

eiriktsarpalis commented 10 years ago

Fixes a bug when parsing nested types in namespaces

jbevain commented 10 years ago

Looks good, thanks!