Skip to content

Instantly share code, notes, and snippets.

@snobu
Last active December 29, 2016 07:47
Show Gist options
  • Save snobu/c527e0c52c156b36f96270d783d85ed7 to your computer and use it in GitHub Desktop.
Save snobu/c527e0c52c156b36f96270d783d85ed7 to your computer and use it in GitHub Desktop.
C# Repeat a String
using System.Linq;
//
string.Concat(Enumerable.Repeat("fa la la la la", 2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment