aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
diff options
context:
space:
mode:
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; }
}