Fixed out-of-date documentation for CodedInputStream.ReadEnum. (#1581)
This commit is contained in:
parent
3560cc9ede
commit
790e6afb72
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue