Commit 790e6afb authored by Jos Hickson's avatar Jos Hickson Committed by Jon Skeet

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

parent 3560cc9e
...@@ -612,9 +612,7 @@ namespace Google.Protobuf ...@@ -612,9 +612,7 @@ namespace Google.Protobuf
} }
/// <summary> /// <summary>
/// Reads an enum field value from the stream. If the enum is valid for type T, /// Reads an enum field value from the stream.
/// then the ref value is set and it returns true. Otherwise the unknown output
/// value is set and this method returns false.
/// </summary> /// </summary>
public int ReadEnum() public int ReadEnum()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment