verbatim identifier character(逐字字串標識符字元)-@

verbatim identifier character(逐字字串標識符字元)-@

sign:'@'

 @ special character serves as a verbatim identifier.

usage:

The @ character prefixes a code element that the compiler is to interpret as an identifier rather than a C# keyword

resources:

more details on

@ - C# Reference | Microsoft Docs

Comments

Popular posts from this blog

String Interpolation(字串內插)

Format a string -- String.Format()