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