On 9/15/08, Keith <ke...@kuler.com> wrote:
> How do I tell if a method is an extension method? I.e. has "this" on
> its first argument?
Extension methods are just static methods that are decorated with a
System.Runtime.CompilerServices.ExtensionAttribute.
--
Jb Evain <j...@nurv.fr>