Ref<T>.Implicit(Ref<T> to T) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implicitly gets the T
value from a given Ref<T> instance.
public static implicit operator T (CommunityToolkit.HighPerformance.Ref<T> reference);
static member op_Implicit : CommunityToolkit.HighPerformance.Ref<'T> -> 'T
Public Shared Widening Operator CType (reference As Ref(Of T)) As T
Parameters
Returns
T