I search the web without success to get some answer to this question:
if i'm using the method TryParse(string, out property) and giving it property as out member i get the error "A property or indexer may not be passed as an out or ref parameter"
i tried to understand why...,why i must give the method a variable and it can not get property of the variable?
thank you in advnace
Dror.