aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/IMessage.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2009-01-16 18:06:56 +0000
committerJon Skeet <skeet@pobox.com>2009-01-16 18:06:56 +0000
commita3767341157a34f595b9cf4b315cc756ce338023 (patch)
tree4cc2bb74fda1f43ca907d8bc5da4f86ece08fb14 /src/ProtocolBuffers/IMessage.cs
parent79c72a993097ae7465d590dbce55effcc33d1daa (diff)
downloadprotobuf-a3767341157a34f595b9cf4b315cc756ce338023.tar.gz
protobuf-a3767341157a34f595b9cf4b315cc756ce338023.tar.bz2
protobuf-a3767341157a34f595b9cf4b315cc756ce338023.zip
Changed benchmark namespace and fixed enum issue
Diffstat (limited to 'src/ProtocolBuffers/IMessage.cs')
-rw-r--r--src/ProtocolBuffers/IMessage.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ProtocolBuffers/IMessage.cs b/src/ProtocolBuffers/IMessage.cs
index bad71d76..a29313fb 100644
--- a/src/ProtocolBuffers/IMessage.cs
+++ b/src/ProtocolBuffers/IMessage.cs
@@ -88,8 +88,9 @@ namespace Google.ProtocolBuffers {
/// <summary>
/// Gets an element of a repeated field. For value type fields
- /// including enums, the boxed value is returned. For embedded
- /// message fields, the sub-message is returned.
+ /// excluding enums, the boxed value is returned. For embedded
+ /// message fields, the sub-message is returned. For enums, the
+ /// relevant EnumValueDescriptor is returned.
/// </summary>
/// <exception cref="ArgumentException">the field is not a repeated field,
/// or it's not a field of this type</exception>