Response<T>.Implicit(Response<T> to T) 演算子

定義

この Response<T> オブジェクトの値を返します。

public static implicit operator T (Azure.Response<T> response);
static member op_Implicit : Azure.Response<'T> -> 'T
Public Shared Widening Operator CType (response As Response(Of T)) As T

パラメーター

response
Response<T>

Response<T> のインスタンスです。

戻り値

T

適用対象