次の方法で共有


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

定義

public:
 static operator T(System::Runtime::OutWrapper<T> ^ wrapper);
public static implicit operator T (System.Runtime.OutWrapper<T> wrapper);
static member op_Implicit : System.Runtime.OutWrapper<'T> -> 'T
Public Shared Widening Operator CType (wrapper As OutWrapper(Of T)) As T

パラメーター

wrapper
OutWrapper<T>

戻り値

T

適用対象