0 votes
in C Sharp by
Can we use “this” inside a static method in C#?

1 Answer

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