R
Rene
Hi,
I was wondering if anyone could tell me why extension methods must be
declared on static classes. I mean, why not allowing them to be declared as
static methods in regular instance classes?
In case you are wondering, I am only curious to find out the reason for this
limitation. I don't really have a need to declare extension method on non
static classes. I am just curious.
Thanks
I was wondering if anyone could tell me why extension methods must be
declared on static classes. I mean, why not allowing them to be declared as
static methods in regular instance classes?
In case you are wondering, I am only curious to find out the reason for this
limitation. I don't really have a need to declare extension method on non
static classes. I am just curious.
Thanks