Advertisement
pszczyg

Untitled

Apr 26th, 2016
892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1.         private void Test()
  2.         {
  3.             const int a = 1;
  4.             Console.WriteLine(Enumerable.Range(0, 3).Select(x => x + a));
  5.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement