Skip to content

Instantly share code, notes, and snippets.

@nothke
Created August 8, 2018 18:23
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 nothke/55df1a8b8db2a548644396ebfd7767de to your computer and use it in GitHub Desktop.
Save nothke/55df1a8b8db2a548644396ebfd7767de to your computer and use it in GitHub Desktop.
void RefillWithNewStuff()
{
intList.Clear();
intList.Add(3);
intList.Add(4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment