-
-
Save mandel-macaque/7d5d9636d7bac45b103fc3bfac0635ba to your computer and use it in GitHub Desktop.
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 (var _ = new Property("test", this)) { | |
using (var __ = new Getter (this) { | |
WriteLine ("return field;"); | |
} | |
using (var __ = new Setter(this) { | |
WriteLine ("field = value;"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment