Skip to content

Instantly share code, notes, and snippets.

@hk1ll3r
Last active February 18, 2020 07:24
Show Gist options
  • Save hk1ll3r/07883e14969711812a03942fe35c1919 to your computer and use it in GitHub Desktop.
Save hk1ll3r/07883e14969711812a03942fe35c1919 to your computer and use it in GitHub Desktop.
class Program
{
static void Main(string[] args)
{
var strList = new List<string>() {
"one", "two", "three"
};
Console.WriteLine(strList.ToStringExt());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment