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/AddressBook/Addressbook.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'csharp/src/AddressBook/Addressbook.cs') diff --git a/csharp/src/AddressBook/Addressbook.cs b/csharp/src/AddressBook/Addressbook.cs index 017a3f84..a8cdbe02 100644 --- a/csharp/src/AddressBook/Addressbook.cs +++ b/csharp/src/AddressBook/Addressbook.cs @@ -10,9 +10,11 @@ using scg = global::System.Collections.Generic; namespace Google.Protobuf.Examples.AddressBook { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + /// Holder for reflection information generated from addressbook.proto public static partial class Addressbook { #region Descriptor + /// File descriptor for addressbook.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } @@ -213,6 +215,7 @@ namespace Google.Protobuf.Examples.AddressBook { #region Nested types [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + /// Container for nested types declared in the Person message type. public static partial class Types { public enum PhoneType { MOBILE = 0, -- cgit v1.2.3