Edit

Share via


NullableReadOnlyRef<T>.Implicit Operator

Definition

Overloads

Implicit(NullableRef<T> to NullableReadOnlyRef<T>)
Implicit(ReadOnlyRef<T> to NullableReadOnlyRef<T>)
Implicit(Ref<T> to NullableReadOnlyRef<T>)

Implicit(NullableRef<T> to NullableReadOnlyRef<T>)

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

Parameters

reference
NullableRef<T>

Returns

Applies to

Implicit(ReadOnlyRef<T> to NullableReadOnlyRef<T>)

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

Parameters

reference
ReadOnlyRef<T>

Returns

Applies to

Implicit(Ref<T> to NullableReadOnlyRef<T>)

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

Parameters

reference
Ref<T>

Returns

Applies to