Skip to content

Instantly share code, notes, and snippets.

@henzard
Created July 24, 2017 19:55
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 henzard/4fbbed9e0b9b744545dea98a232d6b6e to your computer and use it in GitHub Desktop.
Save henzard/4fbbed9e0b9b744545dea98a232d6b6e to your computer and use it in GitHub Desktop.
Invoice inv = new Invoice();
inv.LineItems = new List<LineItem>();
//Inside a loop
inv.LineItems.Add(new LineItem() {
Description = "Testing"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment