摘要:產生整數序列
這東西之前就有找到,
可是每次要用的時候都會忘掉怎麼用,
記錄一下。
Enumable.Range方法可以產生指定起始值、個數的序列。
.NET 3.5以上可以使用。
http://msdn.microsoft.com/zh-tw/library/system.linq.enumerable.range(v=VS.90).aspx
摘要:產生整數序列
這東西之前就有找到,
可是每次要用的時候都會忘掉怎麼用,
記錄一下。
Enumable.Range方法可以產生指定起始值、個數的序列。
.NET 3.5以上可以使用。
http://msdn.microsoft.com/zh-tw/library/system.linq.enumerable.range(v=VS.90).aspx