Skip to content

Instantly share code, notes, and snippets.

@MayogaX
Created September 21, 2015 20:47
Show Gist options
  • Save MayogaX/df7179121be21001f737 to your computer and use it in GitHub Desktop.
Save MayogaX/df7179121be21001f737 to your computer and use it in GitHub Desktop.
private List PopulaMinhaLista(List lista)
{
MinhaClasse minha = new MinhaClasse();
minha.propriedade = “valor em string aê";
minha.total = 666;
lista.Add(minha);
return lista;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment