NullableReadOnlyRef<T>(T) Constructor
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.
Initializes a new instance of the NullableReadOnlyRef<T> struct.
public NullableReadOnlyRef (in T value);
new Microsoft.Toolkit.HighPerformance.NullableReadOnlyRef<'T> : 'T -> Microsoft.Toolkit.HighPerformance.NullableReadOnlyRef<'T>
Public Sub New (ByRef value As T)
Parameters
- value
- T
The readonly reference to the target T
value.