JsonParameterInfoValues.IsNullable 属性

定义

参数是否允许 null 值。

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

属性值

注解

此 API 供 System.Text.Json 源生成器的输出使用,不应直接调用。

适用于