Thursday, May 8, 2014

this equals that equals whatever

...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