From 9cfebae850899d47b2fc7f5e62acc2266690307c Mon Sep 17 00:00:00 2001 From: Peter Wehrfritz Date: Sun, 27 May 2018 00:03:09 +0200 Subject: [PATCH] Fix CS1711: The type parameter comes from the outer class, where it is already documented. No need to document it here again. --- .../Runtime/CompilerServices/TaskObservableMethodBuilder.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Rx.NET/Source/src/System.Reactive/Runtime/CompilerServices/TaskObservableMethodBuilder.cs b/Rx.NET/Source/src/System.Reactive/Runtime/CompilerServices/TaskObservableMethodBuilder.cs index c7f650c9a4..26505e4ccd 100644 --- a/Rx.NET/Source/src/System.Reactive/Runtime/CompilerServices/TaskObservableMethodBuilder.cs +++ b/Rx.NET/Source/src/System.Reactive/Runtime/CompilerServices/TaskObservableMethodBuilder.cs @@ -203,7 +203,6 @@ private static void Rethrow(Exception exception) /// } /// /// - /// The type of the elements in the sequence. internal sealed class TaskObservable : ITaskObservable, ITaskObservableAwaiter { ///