Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Last active August 11, 2022 19:42
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 lgolubyev/d962fba4eaa60ab49cadca9e578fff1c to your computer and use it in GitHub Desktop.
Save lgolubyev/d962fba4eaa60ab49cadca9e578fff1c to your computer and use it in GitHub Desktop.
List bytehideTools = new List(){"Shield","Secrets","Linker"};
string tools = string.Empty;foreach (var tool in bytehideTools)
{
tools += tool; // Creates a copy of the string in memory
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment