aboutsummaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
Diffstat (limited to 'protos')
-rw-r--r--protos/google/protobuf/csharp_options.proto7
1 files changed, 3 insertions, 4 deletions
diff --git a/protos/google/protobuf/csharp_options.proto b/protos/google/protobuf/csharp_options.proto
index 29c7e8ad..41deafa3 100644
--- a/protos/google/protobuf/csharp_options.proto
+++ b/protos/google/protobuf/csharp_options.proto
@@ -22,9 +22,8 @@ extend FieldOptions {
message CSharpFieldOptions {
// Provides the ability to override the name of the property
- // generated for this field. This does not currently work with
- // messages optimised for reflection, and is only applied to the
- // actual property rather than associated methods. (Careful
- // consideration needed here...)
+ // generated for this field. This is applied to all properties
+ // and methods to do with this field, including HasFoo, FooCount,
+ // FooList etc.
optional string property_name = 1;
}