다음을 통해 공유


JsonParameterInfoValues.HasDefaultValue 속성

정의

매개 변수에 대해 기본값이 지정되었는지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool HasDefaultValue { bool get(); void set(bool value); };
public bool HasDefaultValue { get; init; }
member this.HasDefaultValue : bool with get, set
Public Property HasDefaultValue As Boolean

속성 값

Boolean

설명

이 API는 System.Text.Json 원본 생성기의 출력에서 사용하기 위한 것이며 직접 호출해서는 안 됩니다.

적용 대상