فهرست منبع

protected Inner

老九 3 سال پیش
والد
کامیت
5de1943980
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)
         {