次の方法で共有


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 ソース ジェネレーターの出力で使用されるため、直接呼び出すべきではありません。

適用対象