PropertyDefinition<T>.Default Proprietà

Definizione

Ottiene il valore predefinito della proprietà.

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)

Valore della proprietà

Un oggetto Nullable<T>.

Si applica a