JsonParameterInfoValues.IsNullable Proprietà

Definizione

Indica se il parametro consente null valori.

public:
 property bool IsNullable { bool get(); void set(bool value); };
public bool IsNullable { get; init; }
member this.IsNullable : bool with get, set
Public Property IsNullable As Boolean

Valore della proprietà

Commenti

Questa API viene usata dall'output del generatore di origine System.Text.Json e non deve essere chiamata direttamente.

Si applica a