Hacker News new | ask | show | jobs
by BearGoesChirp 3082 days ago
Should be pretty easy to do in C# as well.

    private int _a;

    public int a { get { _a++; return _a;}}