Architect's Log

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

2011-10-06から1日間の記事一覧

IsNullOrEmptyのIList版を拡張メソッドで実装する

IsNullOrEmptyのIList版を拡張メソッドで実装します。 どういうこと? 論よりソース。 using System; using System.Collections.Generic; namespace Extensions { public static class SystemCollectionsGenericExtensions { /// <summary> /// 指定されたIListが nul</summary>…