Tagged Questions

7
votes
10answers
3k views

c# property and ref parameter, why no sugar?

I just ran across this error message while working in c# A property or indexer may not be passed as an out or ref parameter I known what caused this and did the quick solutio …