Edit

Share via


NullableRef<T>(T) Constructor

Definition

Initializes a new instance of the NullableRef<T> struct.

public NullableRef(ref T value);
new CommunityToolkit.HighPerformance.NullableRef<'T> : 'T -> CommunityToolkit.HighPerformance.NullableRef<'T>
Public Sub New (ByRef value As T)

Parameters

value
T

The reference to the target T value.

Applies to