If I see a piece of code like:
someobject.stri ngProperty = @mycontrol.Text ;
What does the @ do in that case?
Is that a clone operator?
someobject.stri ngProperty = @mycontrol.Text ;
What does the @ do in that case?
Is that a clone operator?
Comment