JsonPropertyInfo.IsGetNullable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出 getter 的傳回型別是否標註為可為 Null。
public:
property bool IsGetNullable { bool get(); void set(bool value); };
public bool IsGetNullable { get; set; }
member this.IsGetNullable : bool with get, set
Public Property IsGetNullable As Boolean
屬性值
例外狀況
備註
合約源自 DefaultJsonTypeInfoResolver 或 JsonSerializerContext。
從可為 Null 的參考型別註釋衍生此屬性的值,包括批註
來自屬性,例如 NotNullAttribute 或 MaybeNullAttribute。
除非 RespectNullableAnnotations,否則此屬性不會影響串行化
屬性已啟用,在此情況下,串行化程式會拒絕 getter 傳回的任何 null
值。