Thursday, 31 March 2016

Can we use “this” inside a static method in C#?

No. We can’t use “this” in static method.

No comments:

Post a Comment