Getting Started with Adobe After Effects - Part 6: Motion Blur
A collection of quick technology learning tips from what people around you learn every day

C# - A simple way of creating a list of numbers using Enumerable.Range() method

Sep 30 2011 12:28AM by Ramireddy   

Recently learned this from Niladri's post..

List<int> lstNumbers = Enumerable.Range(1,10).ToList<int>();
foreach(int i in lstNumbers)
         Console.WriteLine(i);
Read More..   [0 clicks]

Published under: Microsoft .NET Tips ·  ·  ·  · 


Ramireddy
2 · 41% · 12972
6
 
2
 
 
0
Incorrect
 
0
Interesting
 
0
Forgotten



Submit

Your Comment


Sign Up or Login to post a comment.

"C# - A simple way of creating a list of numbers using Enumerable.Range() method" rated 5 out of 5 by 6 readers
C# - A simple way of creating a list of numbers using Enumerable.Range() method , 5.0 out of 5 based on 6 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]