Browse Source

protected Inner

老九 3 năm trước cách đây
mục cha
commit
5de1943980
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      FastGithub.FlowAnalyze/DelegatingStream.cs

+ 1 - 1
FastGithub.FlowAnalyze/DelegatingStream.cs

@@ -7,7 +7,7 @@ namespace FastGithub.FlowAnalyze
 {
     abstract class DelegatingStream : Stream
     {
-        public Stream Inner { get; }
+        protected Stream Inner { get; }
 
         public DelegatingStream(Stream inner)
         {