Compartir a través de


JsonParameterInfoValues.IsNullable Propiedad

Definición

Indica si el parámetro permite null valores.

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

Valor de propiedad

Comentarios

Esta API la usa la salida del generador de origen System.Text.Json y no se debe llamar directamente a esta API.

Se aplica a