Architect's Log

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

2011-12-05から1日間の記事一覧

IntPtrがゼロかどうかを判定する拡張メソッド

IntPtrがゼロかどうかを判定する拡張メソッドを実装します。 どうすれば? using System; namespace ThumbnailExtraction { internal static class SystemExtension { #region IntPtr /// <summary> /// ゼロかどうかを示す値を取得します。 /// </summary> /// <param name="self"><see cref="System.IntPtr"/> のインスタンス</see></param>…