Skip to content

Instantly share code, notes, and snippets.

@carmeleve
Last active September 5, 2018 08:12
Show Gist options
  • Save carmeleve/0993032d0140d8a67259a3140f388e3e to your computer and use it in GitHub Desktop.
Save carmeleve/0993032d0140d8a67259a3140f388e3e to your computer and use it in GitHub Desktop.
var favouriteColourDictionary = new Dictionary<Person, string>();
var me = new Person("Carmel", "Eve");
favouriteColourDictionary.Add(me, "orange");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment