PropertyDefinition<T>.Default 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 the default value of the property.
public:
property Nullable<T> Default { Nullable<T> get(); };
public T? Default { get; }
member this.Default : Nullable<'T (requires 'T : struct)>
Public ReadOnly Property Default As Nullable(Of T)
Property Value
Nullable<T>
A Nullable<T> object.