Last active
December 25, 2015 03:49
-
-
Save Fhernd/6912275 to your computer and use it in GitHub Desktop.
Demostración del uso del signo @ para crear tipos e identificadores con nombres de palabras claves.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace Telephony | |
{ | |
public class @operator | |
{ | |
public bool @volatile { set; get; } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment