Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created June 22, 2019 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdyrrahitis/6b8343013568d94fd3cebc6cb54c60e5 to your computer and use it in GitHub Desktop.
Save gdyrrahitis/6b8343013568d94fd3cebc6cb54c60e5 to your computer and use it in GitHub Desktop.
public void CallingMethodWithObjectParam()
{
int value = 9000;
Console.WriteLine("It's over " + value + "!"); // It boxes the value type!!!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment