ActionResult<TValue>.Implicit Operator
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Implicit(ActionResult to ActionResult<TValue>) | |
Implicit(TValue to ActionResult<TValue>) |
Implicit(ActionResult to ActionResult<TValue>)
- Quelle:
- ActionResultOfT.cs
- Quelle:
- ActionResultOfT.cs
- Quelle:
- ActionResultOfT.cs
public:
static operator Microsoft::AspNetCore::Mvc::ActionResult<TValue> ^(Microsoft::AspNetCore::Mvc::ActionResult ^ result);
public static implicit operator Microsoft.AspNetCore.Mvc.ActionResult<TValue> (Microsoft.AspNetCore.Mvc.ActionResult result);
static member op_Implicit : Microsoft.AspNetCore.Mvc.ActionResult -> Microsoft.AspNetCore.Mvc.ActionResult<'Value>
Public Shared Widening Operator CType (result As ActionResult) As ActionResult(Of TValue)
Parameter
- result
- ActionResult
Gibt zurück
Gilt für:
Implicit(TValue to ActionResult<TValue>)
- Quelle:
- ActionResultOfT.cs
- Quelle:
- ActionResultOfT.cs
- Quelle:
- ActionResultOfT.cs
public:
static operator Microsoft::AspNetCore::Mvc::ActionResult<TValue> ^(TValue value);
public static implicit operator Microsoft.AspNetCore.Mvc.ActionResult<TValue> (TValue value);
static member op_Implicit : 'Value -> Microsoft.AspNetCore.Mvc.ActionResult<'Value>
Public Shared Widening Operator CType (value As TValue) As ActionResult(Of TValue)
Parameter
- value
- TValue