can someone explain what the @ symbol does in the following:
Code:
[DllImport(@"setupapi.dll", CharSet = CharSet.Auto, SetLastError = true)]
I've been seeing this a few times in other examples codes on completely different topics but always added beofre strings.