NullableReadOnlyRef<T>.Null Property
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.
Gets a NullableReadOnlyRef<T> instance representing a null
reference.
public static Microsoft.Toolkit.HighPerformance.NullableReadOnlyRef<T> Null { get; }
static member Null : Microsoft.Toolkit.HighPerformance.NullableReadOnlyRef<'T>
Public Shared ReadOnly Property Null As NullableReadOnlyRef(Of T)