Edit

Share via


NullableReadOnlyRef<T>(T) Constructor

Definition

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

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

Parameters

value
T

The readonly reference to the target T value.

Applies to