buunguyen / fasterflect

.NET Reflection Made Fast and Simple ⛺
https://www.nuget.org/packages/fasterflect/
Apache License 2.0
283 stars 55 forks source link

Extension Methods #8

Open ffhighwind opened 5 years ago

ffhighwind commented 5 years ago

Can you put extension methods in their own namespace? The base Fasterflect namespace has all of these extensions for built in types like Type and object. I want is to return the delegates e.g. MethodInvoker without forcing users to add a using per delegate.

Either way, thank you for the hard work.