Architect's Log

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

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

IEnumerable.Skipメソッド

Enumerable.Skip(TSource) メソッド (System.Linq)シーケンス内の指定された数の要素をバイパスし、残りの要素を返します。 SQLでは、NOT INに相当します。 ソースコード using System; using System.Linq; namespace LinqSample { class Program { static v…