Sunday, February 23, 2014

Console Application

Following on from Jenda's excellent advice, your sample would be written in a more model style like this



var foo = Enumerable.Range(0, 535);
foreach(int x in foo) {
Console.WriteLine(x);
}





Paul Linton


No comments:

Post a Comment