Sprache

PropertyDefinition<T>.Default Eigenschaft

Definition

Erhält den Standardwert der Eigenschaft.

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)

Eigenschaftswert

Ein Nullable<T>-Objekt.

Gilt für: