From 889b88a29fe7f433a6eaa2792c1202e0af46fa92 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 7 Aug 2015 13:41:26 +0100 Subject: Remove reference to generic types within XML comment. Visual Studio is happy with it, but Mono isn't :( --- csharp/src/Google.Protobuf/CodedOutputStream.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csharp') diff --git a/csharp/src/Google.Protobuf/CodedOutputStream.cs b/csharp/src/Google.Protobuf/CodedOutputStream.cs index 7f41cb7a..d6355f03 100644 --- a/csharp/src/Google.Protobuf/CodedOutputStream.cs +++ b/csharp/src/Google.Protobuf/CodedOutputStream.cs @@ -51,8 +51,8 @@ namespace Google.Protobuf /// this class should just call one of the WriteTag overloads before each value. /// /// - /// Repeated fields and map fields are not handled by this class; use - /// and to serialize such fields. + /// Repeated fields and map fields are not handled by this class; use RepeatedField<T> + /// and MapField<TKey, TValue> to serialize such fields. /// /// public sealed partial class CodedOutputStream -- cgit v1.2.3