fasterflect
fasterflect copied to clipboard
Extension Methods
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.