augustus

The this/me keyword isn't required in many circumstances. Is there a performance advantage or disadvantage to using it when it's not required

Gus



Re: Windows Forms General Performance impact on use of this/me keyword

Mike Danes

No, it does not affect the performance in any way. Basically if you don't specify this/me the compiler will "autogenerate" it anyway.