...works just fine in C#. An example:
foo.Digit = bar.Digit = 13;
In this example both foo.Digit and bar.Digit are going to end up being set to 13.
No comments:
Post a Comment