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
Windows Forms General
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
No, it does not affect the performance in any way. Basically if you don't specify this/me the compiler will "autogenerate" it anyway.