Login
Remember
Register
Ask a Question
Can we use “this” inside a static method in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
Can we use “this” inside a static method in C#?
this-c#
c#-this
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
No. We can’t use “this” in static method.
...