Skip to content

Instantly share code, notes, and snippets.

@jnericks
Created October 11, 2010 23:23
Show Gist options
  • Save jnericks/621397 to your computer and use it in GitHub Desktop.
Save jnericks/621397 to your computer and use it in GitHub Desktop.
public IEnumerable<Contact> Enumerable
{
get { return _contacts.ToEnumerable(); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment