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 원본 생성기의 출력에서 사용하기 위한 것이며 직접 호출해서는 안 됩니다.

적용 대상