소스 검색

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)
         {