JsonParameterInfo.IsNullable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出建構函式參數是否標註為可為 Null。
public:
property bool IsNullable { bool get(); };
public bool IsNullable { get; }
member this.IsNullable : bool
Public ReadOnly Property IsNullable As Boolean
屬性值
備註
合約源自 DefaultJsonTypeInfoResolver 或 JsonSerializerContext。
從可為 Null 的參考型別註釋衍生此參數的值,包括批註
來自屬性,例如 AllowNullAttribute 或 DisallowNullAttribute。
除非 RespectNullableAnnotations,否則此屬性不會影響還原串行化
屬性已啟用,在此情況下,串行化程式會拒絕任何 null
還原串行化結果。
此設定與相關聯的 IsSetNullable 屬性同步。