共用方式為


JsonParameterInfo.IsNullable 屬性

定義

取得值,指出建構函式參數是否標註為可為 Null。

public:
 property bool IsNullable { bool get(); };
public bool IsNullable { get; }
member this.IsNullable : bool
Public ReadOnly Property IsNullable As Boolean

屬性值

備註

合約源自 DefaultJsonTypeInfoResolverJsonSerializerContext

從可為 Null 的參考型別註釋衍生此參數的值,包括批註

來自屬性,例如 AllowNullAttributeDisallowNullAttribute

除非 RespectNullableAnnotations,否則此屬性不會影響還原串行化

屬性已啟用,在此情況下,串行化程式會拒絕任何 null 還原串行化結果。

此設定與相關聯的 IsSetNullable 屬性同步。

適用於