Skip to content

Instantly share code, notes, and snippets.

@dhindrik
Created August 3, 2020 20:16
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 dhindrik/601210829108d34400ff55911e1c8ca3 to your computer and use it in GitHub Desktop.
Save dhindrik/601210829108d34400ff55911e1c8ca3 to your computer and use it in GitHub Desktop.
public List<Person> {get; set;} = new List<Person>()
{
new Person() {Name = "Daniel Hindrikes", Photo="daniel.png"},
new Person() {Name = "Satya Nadella", Photo="satya.png"}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment