Skip to content

Instantly share code, notes, and snippets.

@jnericks
Created October 11, 2010 23:21
Show Gist options
  • Save jnericks/621393 to your computer and use it in GitHub Desktop.
Save jnericks/621393 to your computer and use it in GitHub Desktop.
var addressBook = new AddressBook();
// add some contacts...
((IList<Contact>)addressBook.Contacts).Add(new Contact("Some", "One"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment