Created
September 27, 2012 15:23
-
-
Save rarous/3794606 to your computer and use it in GitHub Desktop.
Dark side of the C#
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| readonly int source; | |
| readonly int from; | |
| readonly int to; | |
| Data(int source, int from, int to) | |
| { | |
| this.source = source; | |
| this.from = from; | |
| this.to = to; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment