瀏覽代碼

Add back partial modifier on Extensions.

drieseng 9 年之前
父節點
當前提交
e7ce24932a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Renci.SshNet/Common/Extensions.cs

+ 1 - 1
src/Renci.SshNet/Common/Extensions.cs

@@ -15,7 +15,7 @@ namespace Renci.SshNet.Common
     /// <summary>
     /// Collection of different extension method
     /// </summary>
-    internal static class Extensions
+    internal static partial class Extensions
     {
         /// <summary>
         /// Determines whether [is null or white space] [the specified value].