Skip to content

Instantly share code, notes, and snippets.

@ryanwebjackson
Created December 14, 2016 20:23
Show Gist options
  • Save ryanwebjackson/d7656994c7b32c2ae8aeec1d954a01d8 to your computer and use it in GitHub Desktop.
Save ryanwebjackson/d7656994c7b32c2ae8aeec1d954a01d8 to your computer and use it in GitHub Desktop.
var names = new Dictionary<int, string> {
{ 1, "Ryan" },
{ 2, "William" },
{ 3, "Jackson" }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment