Skip to content

Instantly share code, notes, and snippets.

Created October 20, 2011 20:36
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 anonymous/1302301 to your computer and use it in GitHub Desktop.
Save anonymous/1302301 to your computer and use it in GitHub Desktop.
List<Apple> apples = new List<Apple> { new Apple(), new Apple() };
List<Object> objects = apples;
objects[0] = "This is not an apple.";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment