Skip to content

Instantly share code, notes, and snippets.

@adamhopkinson
Created December 4, 2013 17:40
Show Gist options
  • Save adamhopkinson/7792041 to your computer and use it in GitHub Desktop.
Save adamhopkinson/7792041 to your computer and use it in GitHub Desktop.
Quick c# list foreach
ids.ForEach(id => {
itineraries.Add(Sitecore.Context.Database.GetItem(id));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment