소스 검색

Fixed out-of-date documentation for CodedInputStream.ReadEnum. (#1581)

Jos Hickson 9 년 전
부모
커밋
790e6afb72
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      csharp/src/Google.Protobuf/CodedInputStream.cs

+ 1 - 3
csharp/src/Google.Protobuf/CodedInputStream.cs

@@ -612,9 +612,7 @@ namespace Google.Protobuf
         }
 
         /// <summary>
-        /// Reads an enum field value from the stream. If the enum is valid for type T,
-        /// then the ref value is set and it returns true.  Otherwise the unknown output
-        /// value is set and this method returns false.
+        /// Reads an enum field value from the stream.
         /// </summary>   
         public int ReadEnum()
         {