add comment for NewInstance override

pull/8297/head
Jan Tattermusch 9 years ago
parent cfcc0755a0
commit 05cccba2f1
  1. 3
      src/compiler/csharp_generator.cc

@ -494,6 +494,9 @@ void GenerateClientStub(Printer *out, const ServiceDescriptor *service) {
}
// override NewInstance method
out->Print(
"/// <summary>Creates a new instance of client from given "
"<c>ClientBaseConfiguration</c>.</summary>\n");
out->Print(
"protected override $name$ NewInstance(ClientBaseConfiguration "
"configuration)\n",

Loading…
Cancel
Save