Skip to content

Instantly share code, notes, and snippets.

@rarous
Created September 27, 2012 15:23
Show Gist options
  • Select an option

  • Save rarous/3794606 to your computer and use it in GitHub Desktop.

Select an option

Save rarous/3794606 to your computer and use it in GitHub Desktop.
Dark side of the C#
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