From ed18a8f975e8f6df002994d2303fefb0bfc68b59 Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Mon, 19 Mar 2018 12:52:31 -0700 Subject: [PATCH] Seal ActionResultOfT (#7507) --- src/Microsoft.AspNetCore.Mvc.Core/ActionResultOfT.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Mvc.Core/ActionResultOfT.cs b/src/Microsoft.AspNetCore.Mvc.Core/ActionResultOfT.cs index 0077a236d7..f443d78805 100644 --- a/src/Microsoft.AspNetCore.Mvc.Core/ActionResultOfT.cs +++ b/src/Microsoft.AspNetCore.Mvc.Core/ActionResultOfT.cs @@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Mvc /// A type that wraps either an instance or an . /// /// The type of the result. - public class ActionResult : IConvertToActionResult + public sealed class ActionResult : IConvertToActionResult { /// /// Initializes a new instance of using the specified .