Now, I know what @ operator is for - it allows to use reserved word as variable name or make non-escaping string, but recently I've received codebase which contain this (names changed and parts of string as I'm under NDA):
somestring = @"This is good thing that @nametag is there";
Obviously it seems to be some kind of placeholder, but what it exactly does?