From b0888a42ad1459a8537faad47c47417925edec45 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 29 Sep 2015 13:37:30 +0100 Subject: Generated code for previous commit --- csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs') diff --git a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs index 80eb67b0..70eeb6f4 100644 --- a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs +++ b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs @@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic; namespace UnitTest.Issues.TestProtos { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + /// Holder for reflection information generated from unittest_issues.proto public static partial class UnittestIssues { #region Descriptor + /// File descriptor for unittest_issues.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } @@ -150,6 +152,7 @@ namespace UnitTest.Issues.TestProtos { #region Nested types [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + /// Container for nested types declared in the Issue307 message type. public static partial class Types { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public sealed partial class NestedOnce : pb::IMessage { @@ -227,6 +230,7 @@ namespace UnitTest.Issues.TestProtos { #region Nested types [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + /// Container for nested types declared in the NestedOnce message type. public static partial class Types { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public sealed partial class NestedTwice : pb::IMessage { @@ -982,6 +986,7 @@ namespace UnitTest.Issues.TestProtos { #region Nested types [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + /// Container for nested types declared in the ReservedNames message type. public static partial class Types { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public sealed partial class SomeNestedType : pb::IMessage { @@ -1165,6 +1170,7 @@ namespace UnitTest.Issues.TestProtos { } private object o1_; + /// Enum of possibly cases for the "o1" oneof. public enum O1OneofCase { None = 0, O1String = 2, @@ -1181,6 +1187,7 @@ namespace UnitTest.Issues.TestProtos { } private object o2_; + /// Enum of possibly cases for the "o2" oneof. public enum O2OneofCase { None = 0, O2Int32 = 6, -- cgit v1.2.3