Edit

Share via


OutWrapper<T>.Implicit(OutWrapper<T> to T) Operator

Definition

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

Parameters

wrapper
OutWrapper<T>

Returns

T

Applies to