Edit

Share via


NullableReadOnlyRef<T>.Value Property

Definition

Gets the T reference represented by the current NullableReadOnlyRef<T> instance.

public ref readonly T Value { get; }
member this.Value : 'T
Public ReadOnly Property Value As T

Property Value

T

Exceptions

Thrown if HasValue is false.

Applies to