Exemple #1
0
    static void Main(string[] args)
    {
        SomeStruct a = new SomeStruct(1, 1);

        a.PublicProperty++;
        a.SetProperty(a.GetProperty() + 1);
    }