Edit

Share via


NullableRef<T>.Value Property

Definition

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

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

Property Value

T

Exceptions

Thrown if HasValue is false.

Applies to