Modifier

Partager via


NullableRef<T>.Implicit(Ref<T> to NullableRef<T>) Operator

Definition

public static implicit operator Microsoft.Toolkit.HighPerformance.NullableRef<T> (Microsoft.Toolkit.HighPerformance.Ref<T> reference);
static member op_Implicit : Microsoft.Toolkit.HighPerformance.Ref<'T> -> Microsoft.Toolkit.HighPerformance.NullableRef<'T>
Public Shared Widening Operator CType (reference As Ref(Of T)) As NullableRef(Of T)

Parameters

reference
Ref<T>

Returns

Applies to