Seal ActionResultOfT (#7507)
This commit is contained in:
parent
908e7a863b
commit
ed18a8f975
|
|
@ -10,7 +10,7 @@ namespace Microsoft.AspNetCore.Mvc
|
||||||
/// A type that wraps either an <typeparamref name="TValue"/> instance or an <see cref="ActionResult"/>.
|
/// A type that wraps either an <typeparamref name="TValue"/> instance or an <see cref="ActionResult"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <typeparam name="TValue">The type of the result.</typeparam>
|
/// <typeparam name="TValue">The type of the result.</typeparam>
|
||||||
public class ActionResult<TValue> : IConvertToActionResult
|
public sealed class ActionResult<TValue> : IConvertToActionResult
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of <see cref="ActionResult{TValue}"/> using the specified <paramref name="value"/>.
|
/// Initializes a new instance of <see cref="ActionResult{TValue}"/> using the specified <paramref name="value"/>.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue