Tagged Questions
33
votes
10answers
17k 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 solution of creating a ...