Results<TResult1,TResult2,TResult3>.Implicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Implicit(TResult1 to Results<TResult1,TResult2,TResult3>) | |
Implicit(TResult2 to Results<TResult1,TResult2,TResult3>) | |
Implicit(TResult3 to Results<TResult1,TResult2,TResult3>) |
Implicit(TResult1 to Results<TResult1,TResult2,TResult3>)
public static implicit operator Microsoft.AspNetCore.Http.HttpResults.Results<TResult1,TResult2,TResult3> (TResult1 result);
static member op_Implicit : 'TResult1 -> Microsoft.AspNetCore.Http.HttpResults.Results<'TResult1, 'TResult2, 'TResult3 (requires 'TResult1 :> Microsoft.AspNetCore.Http.IResult and 'TResult2 :> Microsoft.AspNetCore.Http.IResult and 'TResult3 :> Microsoft.AspNetCore.Http.IResult)>
Public Shared Widening Operator CType (result As TResult1) As Results(Of TResult1, TResult2, TResult3)
參數
- result
- TResult1
傳回
適用於
Implicit(TResult2 to Results<TResult1,TResult2,TResult3>)
public static implicit operator Microsoft.AspNetCore.Http.HttpResults.Results<TResult1,TResult2,TResult3> (TResult2 result);
static member op_Implicit : 'TResult2 -> Microsoft.AspNetCore.Http.HttpResults.Results<'TResult1, 'TResult2, 'TResult3 (requires 'TResult1 :> Microsoft.AspNetCore.Http.IResult and 'TResult2 :> Microsoft.AspNetCore.Http.IResult and 'TResult3 :> Microsoft.AspNetCore.Http.IResult)>
Public Shared Widening Operator CType (result As TResult2) As Results(Of TResult1, TResult2, TResult3)
參數
- result
- TResult2
傳回
適用於
Implicit(TResult3 to Results<TResult1,TResult2,TResult3>)
public static implicit operator Microsoft.AspNetCore.Http.HttpResults.Results<TResult1,TResult2,TResult3> (TResult3 result);
static member op_Implicit : 'TResult3 -> Microsoft.AspNetCore.Http.HttpResults.Results<'TResult1, 'TResult2, 'TResult3 (requires 'TResult1 :> Microsoft.AspNetCore.Http.IResult and 'TResult2 :> Microsoft.AspNetCore.Http.IResult and 'TResult3 :> Microsoft.AspNetCore.Http.IResult)>
Public Shared Widening Operator CType (result As TResult3) As Results(Of TResult1, TResult2, TResult3)
參數
- result
- TResult3