Till now, I was under the impression that Properties
& Methods
are two different things in C#. But then I did something like below.
and this was an "Eye Opener" to me. I was expecting one property stringProp
and one method stringProp
but instead I got this.
Why this happened? can someone explain please.
See Question&Answers more detail:os