Option<T>.DefaultValue Property

Definition

The default value of the option.

public:
 property T DefaultValue { T get(); };
public T DefaultValue { get; }
member this.DefaultValue : 'T
Public ReadOnly Property DefaultValue As T

Property Value

T

Applies to