Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2012-04-15から1日間の記事一覧

IEnumerable.Repeatメソッド

Enumerable.Repeat(TResult) メソッド (System.Linq)繰り返される 1 つの値を含むシーケンスを生成します。 ソースコード using System; using System.Linq; namespace LinqSample { class Program { static void Main(string[] args) { // 1を10回 Console.…