소스 검색

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].