다음을 통해 공유


ModelMetadata.IsNullableValueType 속성

정의

형식이 nullable인지를 나타내는 값을 가져옵니다.

public bool IsNullableValueType { get; }
member this.IsNullableValueType : bool
Public ReadOnly Property IsNullableValueType As Boolean

속성 값

형식이 nullable이면 true이고, 그렇지 않으면 false입니다.

적용 대상