Created
February 20, 2013 09:14
-
-
Save abbas-oveissi/4994194 to your computer and use it in GitHub Desktop.
sample C# code for Value vs Reference Types
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
Point p2 = p1; | |
Form f2 = f1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment