aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2010-11-09 14:47:27 -0600
committerunknown <rknapp@.svault.int>2010-11-09 14:47:27 -0600
commite49547735834485dd22842e1a82bc5ae4139b8a8 (patch)
tree18a1398949aaee3a6deabf0a4f51a8f45a7d420f /src/ProtocolBuffers
parent7d396f9d8a937ebfd7e27d7b253b11c47038491e (diff)
downloadprotobuf-e49547735834485dd22842e1a82bc5ae4139b8a8.tar.gz
protobuf-e49547735834485dd22842e1a82bc5ae4139b8a8.tar.bz2
protobuf-e49547735834485dd22842e1a82bc5ae4139b8a8.zip
Testing
Diffstat (limited to 'src/ProtocolBuffers')
-rw-r--r--src/ProtocolBuffers/GeneratedExtensionLite.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ProtocolBuffers/GeneratedExtensionLite.cs b/src/ProtocolBuffers/GeneratedExtensionLite.cs
index a26088f8..81d8d41b 100644
--- a/src/ProtocolBuffers/GeneratedExtensionLite.cs
+++ b/src/ProtocolBuffers/GeneratedExtensionLite.cs
@@ -82,7 +82,9 @@ namespace Google.ProtocolBuffers {
get { return true; }
}
-#warning ToDo - Discover the meaning and purpose of this durring serialization and return the correct value
+ /// <summary>
+ /// This is not supported and assertions are made to ensure this does not exist on extensions of Lite types
+ /// </summary>
public bool MessageSetWireFormat {
get { return false; }
}