Skip to content

Instantly share code, notes, and snippets.

@mandel-macaque
Created March 14, 2023 18:21
Show Gist options
  • Save mandel-macaque/7d5d9636d7bac45b103fc3bfac0635ba to your computer and use it in GitHub Desktop.
Save mandel-macaque/7d5d9636d7bac45b103fc3bfac0635ba to your computer and use it in GitHub Desktop.
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