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

适用于